Package | Description |
---|---|
com.saperion.ngc.menu |
Package containing menus or menu-items used in different menus.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
Constructor and Description |
---|
SendMailMenu(String label,
ResultSetView view,
List<MenuItemKey> removeList)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static MenuItemKey |
MenuItemKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuItemKey[] |
MenuItemKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<MenuItemKey> |
ResultSetViewImpl.getRemoveMenuItemList(boolean multi)
Reads the list of remove menu items.
|
List<MenuItemKey> |
ResultSetView.getRemoveMenuItemList(boolean multi)
Reads the list of remove menu items.
|
List<MenuItemKey> |
ResultsetConfiguration.getRemoveMenuItemList(boolean multi)
Reads the list of remove menu items.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultSetViewImpl.setRemoveMenuItemList(List<MenuItemKey> removeList,
boolean multi)
Set menu items for removing.
|
void |
ResultSetView.setRemoveMenuItemList(List<MenuItemKey> removeList,
boolean multi)
Set menu items for removing.
|
void |
ResultsetConfiguration.setRemoveMenuItemList(List<MenuItemKey> removeList,
boolean multi)
Set menu items for removing.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.