public class SystemLookupQueryFormOptions extends Object implements Serializable
SystemLookupIndexForm
.Constructor and Description |
---|
SystemLookupQueryFormOptions() |
Modifier and Type | Method and Description |
---|---|
List<com.saperion.ngc.iform.xml.ColumnType> |
getColumns()
Returns the settings for the columns of the result set view of the form.
|
int |
getEnabledContextMenuItems()
Returns the setting for the enabled context-menu-items of the result set view of the form.
|
boolean |
isAutoSearch() |
SystemLookupQueryFormOptions |
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.
|
public List<com.saperion.ngc.iform.xml.ColumnType> getColumns()
public SystemLookupQueryFormOptions setColumns(List<com.saperion.ngc.iform.xml.ColumnType> columns)
columns
- list with settings for the columnspublic int getEnabledContextMenuItems()
ResultSetView.RSS_BUTTONEDIT
ResultSetView.RSS_BUTTONDELETE
ResultSetView.RSS_BUTTONNEW
ResultSetView.RSS_BUTTONSECURITY
EditFieldType.getResStyle()
.public SystemLookupQueryFormOptions setEnabledContextMenuItems(int contextMenuItems)
contextMenuItems
- a bitmask containing the setting for the enabled context menu items of the
result set view consisting of the options defined by:
ResultSetView.RSS_BUTTONEDIT
ResultSetView.RSS_BUTTONDELETE
ResultSetView.RSS_BUTTONNEW
ResultSetView.RSS_BUTTONSECURITY
EditFieldType.getResStyle()
.public boolean isAutoSearch()
public SystemLookupQueryFormOptions setAutoSearch(boolean autoSearch)
autoSearch
- if true, the result list will perform a search when the form was loadedCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.