Uses of Enum Class
com.jbstrap.ui.components.enums.MenuOperation
-
Uses of MenuOperation in com.jbstrap.core
Modifier and TypeMethodDescriptionstatic MenuItem
JBStrap.addMenuItem
(String menuName, String menuItemName, Icon menuItemIcon, String menuItemTitle, MenuOperation operation, String targetPageId) Adds a menu item with sub menu items to an already existing menu. -
Uses of MenuOperation in com.jbstrap.core.cache
Modifier and TypeMethodDescriptionfinal MenuItem
MenuItem.setMenuOperation
(MenuOperation operation, String targetPageId) Sets the menu item operation -
Uses of MenuOperation in com.jbstrap.ui.components.enums
Modifier and TypeMethodDescriptionstatic MenuOperation
Defines the operation type by using its name.static MenuOperation
Returns the enum constant of this class with the specified name.static MenuOperation[]
MenuOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.