| Class | Description |
|---|---|
| DmcTypeEditField | |
| DmcTypeEventWithArgs | |
| DmcTypeGetWithOptions | |
| DmcTypeMethodWithArgs | |
| DmcTypeRequestTypeWithOptions | |
| DmcTypeRequestWithOptions | |
| EditField |
The EditField type allows for compact specification of an association between an
attribute and the type of field editor used to present and alter it.
|
| EventWithArgs |
The EventWithArgs class is used to store an event name and possibly an argument vector
and fully qualified class names in the form:
eventName (type arg1, type arg2...) com.example.class java.util.Hashmap
|
| GetWithOptions |
The GetWithMods class is used to store a base function name fragment along with
a set of RequestOptionEnum values:
eventName (type arg1, type arg2...) com.example.class java.util.Hashmap
|
| MethodWithArgs |
The MethodWithArgs class is used to store a local method call and possibly an argument vector
and fully qualified class names in the form:
returnType functionName(type arg1, type arg2...) comment...
|
| RequestTypeWithOptions |
The RequestTypeWithOptions class is used to specify a request type, a function name and a
set of RequestOptionEnum options.
|
| RequestWithOptions |
The RequestWithOptions class is used to store a base function name fragment along with
a set of RequestOptionEnum values:
functionFragment LOCALERRORS
|
Copyright © 2019. All rights reserved.