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