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 TypeClassDescriptionclassMenu used forDropdowncomponents.classMenu used forMultiSelectandMultiTypeaheadcomponents.classMenu used forSingleSelectandSingleTypeaheadcomponents.Subclasses with type arguments of type Menu in org.patternfly.component.menuModifier and TypeClassDescriptionclassA menu is a list of options or actions that users can choose from.Classes in org.patternfly.component.menu that implement interfaces with type arguments of type MenuModifier and TypeClassDescriptionclassA menu is a list of options or actions that users can choose from.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.addSearch(MenuSearch search) Menu.favorites()Menu.flyout()Sets the--pf-v5-c-menu__content--MaxHeightvariable to the specified valuestatic MenuMenu.menu(MenuType menuType, SelectionMode selectionMode) MenuToggleMenu.menu()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 TypeMethodDescriptionvoidMenuActionHandler.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)