Package | Description |
---|---|
com.saperion.ngc.iform.button |
Package for iForm buttons.
|
com.saperion.ngc.iform.field |
Package for iForm field elements.
|
com.saperion.ngc.iform.field.lookup |
Package for advanced lookup field classes.
|
com.saperion.ngc.navigation |
Package for navigation component classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FormButton
A
Button that is contained in a IntelligentFormView . |
Modifier and Type | Class and Description |
---|---|
class |
CheckboxField
A field in a form that displays a checkbox for boolean values.
|
class |
ComboTextField
A field that shows a selection of values (not read from a lookup table).
|
class |
DateField
A field in a form for date values.
|
class |
FloatField
A field in a form for float and currency values.
|
class |
IntField
A field in a form for integer values.
|
class |
LookupTextField
This field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table. |
class |
MultiField
IntelligentField to display and edit multi-value-fields.
|
class |
MultiPopup
Bandpopup of a
MultiField . |
class |
TextField
A field in a form for string values.
|
class |
TimeField
A field in a form for time values.
|
class |
TristateField
A field in a form for boolean values that offers three states: checked, unchecked, no value.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedLookupField
A field for lookup-tables that uses a popup to show a query-form for advanced functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
NaviTreeNode
This class holds the ZK navigation tree node representation.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.