Uses of Class
com.saperion.ngc.iform.system.SystemLookupQueryFormOptions
Packages that use SystemLookupQueryFormOptions
-
Uses of SystemLookupQueryFormOptions in com.saperion.ngc.iform.system
Methods in com.saperion.ngc.iform.system that return SystemLookupQueryFormOptionsModifier and TypeMethodDescriptionSystemLookupQueryFormOptions.setAutoSearch
(boolean autoSearch) SystemLookupQueryFormOptions.setColumns
(List<com.saperion.ngc.iform.xml.ColumnType> columns) Sets the options for the columns of the result set view of the form.SystemLookupQueryFormOptions.setEnabledContextMenuItems
(int contextMenuItems) Defines the setting for the enabled context-menu-items of the result set view of the form.Constructors in com.saperion.ngc.iform.system with parameters of type SystemLookupQueryFormOptionsModifierConstructorDescriptionSystemLookupQueryForm
(List<com.saperion.intf.SaFieldDescription> fieldList, String ddcName, SystemLookupQueryFormOptions options) Creates a new system query-form for lookup-DDCs.