Uses of Class
org.patternfly.component.menu.MultiTypeahead
Packages that use MultiTypeahead
-
Uses of MultiTypeahead in org.patternfly.component.menu
Subclasses with type arguments of type MultiTypeahead in org.patternfly.component.menuModifier and TypeClassDescriptionclassA typeahead is a select variant that replaces the typical button toggle for opening the select menu with a text input and button toggle combo.Methods in org.patternfly.component.menu that return MultiTypeaheadModifier and TypeMethodDescriptionstatic MultiTypeaheadMultiTypeahead.multiTypeahead(String id, String placeholder) Creates a newMultiTypeaheadcomponent with aMenuToggleof typeMenuToggleType.typeaheadand aFilterInput.static MultiTypeaheadMultiTypeahead.multiTypeahead(MenuToggle menuToggle) Creates a newMultiTypeaheadcomponent with the givenMenuToggle.MultiTypeahead.onNoResults(Function<String, MenuItem> noResults) Defines the behavior when no results are found during a search.MultiTypeahead.onSearch(SearchFilter searchFilter) Configures the search behavior for this typeahead.MultiTypeahead.that()