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 classFormButtonAButtonthat 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 classCheckboxFieldA field in a form that displays a checkbox for boolean values.classComboTextFieldA field that shows a selection of values (not read from a lookup table).classDateFieldA field in a form for date values.classFloatFieldA field in a form for float and currency values.classIntFieldA field in a form for integer values.classLookupTextFieldThis field is used for two purposes:
1) A textbox with a popup used to display the values of a lookup-table.classMultiFieldIntelligentField to display and edit multi-value-fields.classMultiPopupBandpopup of aMultiField.classTextFieldA field in a form for string values.classTimeFieldA field in a form for time values.classTristateFieldA 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 classAdvancedLookupFieldA 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 classAbstractFileNaviTreeNodeNode that contains common methods for other nodes used for eFiles.classALFNaviTreeNodeApplication Link Filter node (used for eFile applications).classCollectionNaviTreeNodeCollection folder.classCollectionRootNaviTreeNodeCollection folder.classEFileNaviTreeNodeTree node used for eFiles.classFavoriteNaviTreeNodeThis class holds the ZK navigation tree node representation for favorite folders.classFilterNaviTreeNodeclassFormChildNaviTreeNodeChild node of an application.classFormNaviTreeNodeThis class holds the ZK navigation tree node representation for form folders.classLinkNaviTreeNodeThis class holds the ZK navigation tree node representation for link folders.classMiniFormNodeA node that can open a small search-form in the navigation view to search for it's child-nodes.classNaviTreeNodeThis class holds the ZK navigation tree node representation.classOutlinerChildNaviTreeNodeChild node of an outliner-application.classOutlinerNaviTreeNodeOutliner application navigation node.classRegisterNaviTreeNodeTree node used for registers.classRootFavoriteNaviTreeNodeRoot favorite folder, which contains all favorites of the user.classRootFormNaviTreeNodeclassRootNaviTreeNodeThe root node of a tree in the navigation view.classRootPrivateNaviTreeNodePrivate root folder, which contains all root level nodes of the user.classWebpartNaviTreeNodeclassWorkflowFormNaviTreeNodeclassWorkflowNaviTreeNodeThis class holds the ZK navigation tree node representation for workflow folders.classWorkflowRootNaviTreeNodeThis class holds the ZK navigation tree node representation for workflow folders.
-