Uses of Interface
com.saperion.ngc.main.id.Identifiable
-
Packages that use Identifiable 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. -
-
Uses of Identifiable in com.saperion.ngc.iform.button
Classes in com.saperion.ngc.iform.button that implement Identifiable Modifier and Type Class Description class
FormButton
AButton
that is contained in aIntelligentFormView
. -
Uses of Identifiable in com.saperion.ngc.iform.field
Classes in com.saperion.ngc.iform.field that implement Identifiable Modifier and Type Class 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 aMultiField
.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. -
Uses of Identifiable in com.saperion.ngc.iform.field.lookup
Classes in com.saperion.ngc.iform.field.lookup that implement Identifiable Modifier and Type Class Description class
AdvancedLookupField
A field for lookup-tables that uses a popup to show a query-form for advanced functionality. -
Uses of Identifiable in com.saperion.ngc.navigation
Classes in com.saperion.ngc.navigation that implement Identifiable Modifier and Type Class Description class
AbstractFileNaviTreeNode
Node that contains common methods for other nodes used for eFiles.class
ALFNaviTreeNode
Application Link Filter node (used for eFile applications).class
CollectionNaviTreeNode
Collection folder.class
CollectionRootNaviTreeNode
Collection folder.class
EFileNaviTreeNode
Tree node used for eFiles.class
FavoriteNaviTreeNode
This class holds the ZK navigation tree node representation for favorite folders.class
FilterNaviTreeNode
class
FormChildNaviTreeNode
Child node of an application.class
FormNaviTreeNode
This class holds the ZK navigation tree node representation for form folders.class
LinkNaviTreeNode
This class holds the ZK navigation tree node representation for link folders.class
MiniFormNode
A node that can open a small search-form in the navigation view to search for it's child-nodes.class
NaviTreeNode
This class holds the ZK navigation tree node representation.class
OutlinerChildNaviTreeNode
Child node of an outliner-application.class
OutlinerNaviTreeNode
Outliner application navigation node.class
RegisterNaviTreeNode
Tree node used for registers.class
RootFavoriteNaviTreeNode
Root favorite folder, which contains all favorites of the user.class
RootFormNaviTreeNode
class
RootNaviTreeNode
The root node of a tree in the navigation view.class
RootPrivateNaviTreeNode
Private root folder, which contains all root level nodes of the user.class
WebpartNaviTreeNode
class
WorkflowFormNaviTreeNode
class
WorkflowNaviTreeNode
This class holds the ZK navigation tree node representation for workflow folders.class
WorkflowRootNaviTreeNode
This class holds the ZK navigation tree node representation for workflow folders.
-