Uses of Class
org.patternfly.component.menu.Menu
-
Packages that use Menu Package Description org.patternfly.component.menu -
-
Uses of Menu in org.patternfly.component.menu
Subclasses of Menu in org.patternfly.component.menu Modifier and Type Class Description classDropdownMenuclassSingleSelectMenuSingleSelectMenu is a subclass of Menu that represents a single-select menu.Methods in org.patternfly.component.menu that return Menu Modifier and Type Method Description MenuMenu. add(MenuContent content)MenuMenu. addContent(MenuContent content)MenuMenu. addDivider()MenuMenu. addFooter(String text)Shortcut foraddFooter(menuFooter(text))MenuMenu. addFooter(MenuFooter footer)MenuMenu. addHeader(String text)Shortcut foraddHeader(menuHeader(text))MenuMenu. addHeader(MenuHeader header)MenuMenu. addSearchInput(MenuSearchInput searchInput)MenuMenu. addSearchInput(MenuSearchInput searchInput, boolean noSeparator)MenuMenu. favorites()MenuMenu. flyout()MenuMenu. height(String height)Sets the--pf-v5-c-menu__content--MaxHeightvariable to the specified valuestatic MenuMenu. menu(MenuType menuType, SelectionMode selectionMode)static MenuMenu. menu(SelectionMode selectionMode)MenuMenu. onAction(MenuActionHandler actionHandler)MenuMenu. onMultiSelect(MultiSelectHandler<Menu,MenuItem> selectHandler)MenuMenu. onSingleSelect(SelectHandler<MenuItem> selectHandler)MenuMenu. scrollable()MenuMenu. that()Methods in org.patternfly.component.menu with parameters of type Menu Modifier and Type Method Description SingleSelectSingleSelect. add(Menu menu)voidMenuActionHandler. onAction(Menu menu, MenuItem item, MenuItemAction itemAction)Method parameters in org.patternfly.component.menu with type arguments of type Menu Modifier and Type Method Description MenuMenu. onMultiSelect(MultiSelectHandler<Menu,MenuItem> selectHandler)
-