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:
java.io.Serializable
public class SystemLookupQueryForm extends AbstractSystemForm
A system-generated query-form for lookup-DDCs. The form will contain the specified fields and a result-list but no viewer.- See Also:
- Serialized Form
-
-
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
-
-
Constructor Summary
Constructors Constructor Description SystemLookupQueryForm(java.util.List<com.saperion.intf.SaFieldDescription> fieldList, java.lang.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 Detail
-
SystemLookupQueryForm
public SystemLookupQueryForm(java.util.List<com.saperion.intf.SaFieldDescription> fieldList, java.lang.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
-
-