Package com.saperion.ngc.iform.field
Package for iForm field elements.
- Since:
- 0.0.2
-
Interface Summary Interface Description IntelligentField Interface for all fields contained in a form.LookupField Interface for lookup fields in a form. -
Class Summary Class Description CheckboxField A field in a form that displays a checkbox for boolean values.ComboTextField A field that shows a selection of values (not read from a lookup table).DateField A field in a form for date values.FieldEventHandler Handles events sent to anIntelligentField
.FieldFactory FloatField A field in a form for float and currency values.IntField A field in a form for integer values.LookupPopup The popup used inLookupTextField
.LookupPopup.LookupSelection Bean containing the value and the selected row of a lookup field.LookupTextField This field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table.MultiField IntelligentField to display and edit multi-value-fields.MultiPopup Bandpopup of aMultiField
.TextField A field in a form for string values.TimeField A field in a form for time values.TristateField A field in a form for boolean values that offers three states: checked, unchecked, no value. -
Enum Summary Enum Description IntelligentField.ElementType Element types of IntelligentFields.