Package org.patternfly.component.menu
package org.patternfly.component.menu
-
ClassDescriptionA dropdown presents a menu of actions or links in a constrained space that will trigger a process or navigate to a new location.Menu used for
Dropdowncomponents.A menu is a list of options or actions that users can choose from.The menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.Abstract base component for components that combine aMenuToggleand aMenu, such asDropdown,SingleSelect,SingleTypeahead, orMultiSelect.A select component to select multiple items from a list.Menu used forMultiSelectandMultiTypeaheadcomponents.A typeahead is a select variant that replaces the typical button toggle for opening the select menu with a text input and button toggle combo.Functional interface that is responsible for generating a menu item when no results are found in a given menu list for a specific input text.Represents a search filter for menu items.A select component to select exactly one item from a list.Menu used forSingleSelectandSingleTypeaheadcomponents.A typeahead is a select variant that replaces the typical button toggle for opening the select menu with a text input and button toggle combo.Typeahead<M extends MenuToggleMenu<M>>