Uses of Enum Class
com.jbstrap.ui.components.enums.MenuOperation
Packages that use MenuOperation
-
Uses of MenuOperation in com.jbstrap.core
Methods in com.jbstrap.core with parameters of type MenuOperationModifier 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
Methods in com.jbstrap.core.cache that return MenuOperationMethods in com.jbstrap.core.cache with parameters of type MenuOperationModifier and TypeMethodDescriptionfinal MenuItem
MenuItem.setMenuOperation
(MenuOperation operation, String targetPageId) Sets the menu item operationConstructors in com.jbstrap.core.cache with parameters of type MenuOperation -
Uses of MenuOperation in com.jbstrap.ui.components.enums
Methods in com.jbstrap.ui.components.enums that return MenuOperationModifier 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.