Package com.saperion.ngc.iform.system
Class SystemLookupIndexForm
java.lang.Object
com.saperion.ngc.iform.xml.Form
com.saperion.ngc.iform.system.AbstractSystemForm
com.saperion.ngc.iform.system.SystemLookupIndexForm
- All Implemented Interfaces:
Serializable
A system-generated index-form for lookup-DDCs. The form will contain the specified fields
but no viewer.
- See Also:
-
Field Summary
Fields inherited from class com.saperion.ngc.iform.system.AbstractSystemForm
ddcName, DEFAULT_FIELD_LEFT, DEFAULT_FIELD_SIZE, DEFAULT_SPACING, DEFAULT_TOP_SPACING, fieldList
Fields inherited from class com.saperion.ngc.iform.xml.Form
bitmap, button, connection, editField, frame, groupbox, groups, header, hidden, include, label, mashup, name, paneLayout, result, tabList, thumbnail, toolbar, viewer
-
Constructor Summary
ConstructorsConstructorDescriptionSystemLookupIndexForm
(List<com.saperion.intf.SaFieldDescription> fieldList, String ddcName) Creates a new system-index-form for lookup DDCs. -
Method Summary
Methods inherited from class com.saperion.ngc.iform.system.AbstractSystemForm
fieldSupported, getElementHeight, getField, getLabel, getNextTop, getPosition, twoFieldsNeeded
Methods inherited from class com.saperion.ngc.iform.xml.Form
getBitmap, getButton, getConnection, getEditField, getFrame, getGroupbox, getGroups, getHeader, getHidden, getInclude, getLabel, getMashup, getName, getPaneLayout, getResult, getTabList, getThumbnail, getToolbar, getViewer, setHeader, setHidden, setName, setPaneLayout, setToolbar
-
Constructor Details
-
SystemLookupIndexForm
Creates a new system-index-form for lookup DDCs.- Parameters:
fieldList
- list of fields that will be contained in the formddcName
- name of the DDC the form will be used for
-