Package com.saperion.ngc.iform.system
Class SystemLookupQueryForm
java.lang.Object
com.saperion.ngc.iform.xml.Form
com.saperion.ngc.iform.system.AbstractSystemForm
com.saperion.ngc.iform.system.SystemLookupQueryForm
- All Implemented Interfaces:
Serializable
A system-generated query-form for lookup-DDCs. The form will contain the specified fields
and a result-list 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
ConstructorsConstructorDescriptionSystemLookupQueryForm
(List<com.saperion.intf.SaFieldDescription> fieldList, String ddcName, SystemLookupQueryFormOptions options) Creates a new system query-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
-
SystemLookupQueryForm
public SystemLookupQueryForm(List<com.saperion.intf.SaFieldDescription> fieldList, String ddcName, SystemLookupQueryFormOptions options) Creates a new system query-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 foroptions
- options for the form
-