Class Summary |
ActionField |
Field that presents an action that can be taken on the UI such as submitting
the form or invoking a script |
AttributeField |
Field that encapsulates data input/output captured by an attribute within the
application |
AttributeQuery |
Holds configuration for executing a dynamic query on an AttributeField to
pull data for updating the UI |
AttributeQueryResult |
Object that is returned for Ajax attribute queries and exposed
as JSON |
BlankField |
Field that produces only a space |
ErrorsField |
Field that displays error, warning, and info messages for the keys that are
matched. |
FieldBase |
Base class for Field implementations |
FieldGroup |
Field that contains a nested Group . |
GenericField |
Field whose output is produced by invoking a method or template and has no
properties (generic) |
HeaderField |
Field that contains a header element and optionally a Group to
present along with the header text |
IframeField |
Field that encloses an iframe element |
ImageField |
Field that encloses an image element |
LabelField |
Contains a label for another Field instance |
LinkField |
Field that encloses a link element |
LookupAttributeField |
Custom AttributeField for search fields within a lookup view |
MessageField |
Encapsulates a text message to be displayed |