Uses of Enum Class
com.saperion.ngc.resultset.MenuItemKey
Packages that use MenuItemKey
Package
Description
Package containing menus or menu-items used in different menus.
Package for resultset component classes.
-
Uses of MenuItemKey in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return MenuItemKeyModifier and TypeMethodDescriptionstatic MenuItemKeyReturns the enum constant of this class with the specified name.static MenuItemKey[]MenuItemKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.ngc.resultset that return types with arguments of type MenuItemKeyModifier and TypeMethodDescriptionResultsetConfiguration.getRemoveMenuItemList(boolean multi) Reads the list of remove menu items.ResultSetView.getRemoveMenuItemList(boolean multi) Reads the list of remove menu items.ResultSetViewImpl.getRemoveMenuItemList(boolean multi) Reads the list of remove menu items.Method parameters in com.saperion.ngc.resultset with type arguments of type MenuItemKeyModifier and TypeMethodDescriptionvoidResultsetConfiguration.setRemoveMenuItemList(List<MenuItemKey> removeList, boolean multi) Set menu items for removing.voidResultSetView.setRemoveMenuItemList(List<MenuItemKey> removeList, boolean multi) Set menu items for removing.voidResultSetViewImpl.setRemoveMenuItemList(List<MenuItemKey> removeList, boolean multi) Set menu items for removing.