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_BUTTONEDITResultSetView.RSS_BUTTONDELETEResultSetView.RSS_BUTTONNEWResultSetView.RSS_BUTTONSECURITYEditFieldType.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_BUTTONEDITResultSetView.RSS_BUTTONDELETEResultSetView.RSS_BUTTONNEWResultSetView.RSS_BUTTONSECURITYEditFieldType.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 SAPERION AG. All rights reserved.