Uses of Class
com.saperion.ngc.resultset.MenuItemKey
-
Packages that use MenuItemKey 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. -
-
Uses of MenuItemKey in com.saperion.ngc.menu
Constructor parameters in com.saperion.ngc.menu with type arguments of type MenuItemKey Constructor Description SendMailMenu(java.lang.String label, ResultSetView view, java.util.List<MenuItemKey> removeList)
Constructor. -
Uses of MenuItemKey in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return MenuItemKey Modifier and Type Method Description static MenuItemKey
MenuItemKey. valueOf(java.lang.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.Methods in com.saperion.ngc.resultset that return types with arguments of type MenuItemKey Modifier and Type Method Description java.util.List<MenuItemKey>
ResultsetConfiguration. getRemoveMenuItemList(boolean multi)
Reads the list of remove menu items.java.util.List<MenuItemKey>
ResultSetView. getRemoveMenuItemList(boolean multi)
Reads the list of remove menu items.java.util.List<MenuItemKey>
ResultSetViewImpl. getRemoveMenuItemList(boolean multi)
Reads the list of remove menu items.Method parameters in com.saperion.ngc.resultset with type arguments of type MenuItemKey Modifier and Type Method Description void
ResultsetConfiguration. setRemoveMenuItemList(java.util.List<MenuItemKey> removeList, boolean multi)
Set menu items for removing.void
ResultSetView. setRemoveMenuItemList(java.util.List<MenuItemKey> removeList, boolean multi)
Set menu items for removing.void
ResultSetViewImpl. setRemoveMenuItemList(java.util.List<MenuItemKey> removeList, boolean multi)
Set menu items for removing.
-