| Interface | Description |
|---|---|
| HasDataValue |
Defines the interface necessary for this object to be used as a field within a
DynamicForm. |
| PickList |
| Class | Description |
|---|---|
| AbstractHasDataValue |
Provides a skeletal implementation of the
HasDataValue
interface, to minimize the effort required to implement this interface and also to minimize
the impact of a change to the HasDataValue interface. |
| AutoFitTextAreaItem | |
| ButtonItem | |
| CheckboxItem | |
| ColorPickerItem | |
| DateItem | |
| DateTimeItem | |
| EmailItem | |
| FormItem | |
| HiddenItem | |
| PasswordItem | |
| PhoneItem | |
| SearchItem | |
| SelectItem | |
| SliderItem |
The Slider class implements a GUI slider widget allowing the user to select a numeric value from within a range by
dragging a visual indicator up and down a track.
|
| SpacerItem | |
| StaticTextItem | |
| SubmitItem |
FormItem for a submit button. |
| SwitchItem | |
| SwitchItemImplRAF | |
| TextAreaItem | |
| TextItem |
FormItem for managing a text field. |
| TimeItem | |
| UploadItem | |
| UrlItem |