Uses of Class
org.patternfly.component.menu.MenuItemType
-
Packages that use MenuItemType Package Description org.patternfly.component.menu -
-
Uses of MenuItemType in org.patternfly.component.menu
Methods in org.patternfly.component.menu that return MenuItemType Modifier and Type Method Description static MenuItemTypeMenuItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuItemType[]MenuItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.component.menu with parameters of type MenuItemType Modifier and Type Method Description static MenuItemMenuItem. menuItem(String id, MenuItemType type)Create a new menu item with the specified type.
-