Uses of Class
org.patternfly.component.menu.MenuToggleType
-
Packages that use MenuToggleType Package Description org.patternfly.component.menu -
-
Uses of MenuToggleType in org.patternfly.component.menu
Methods in org.patternfly.component.menu that return MenuToggleType Modifier and Type Method Description static MenuToggleTypeMenuToggleType. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuToggleType[]MenuToggleType. 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 MenuToggleType Modifier and Type Method Description static MenuToggleMenuToggle. menuToggle(MenuToggleType type)
-