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.Classes in org.patternfly.component.menu that implement interfaces with type arguments of type MultiTypeaheadModifier 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 TypeMethodDescriptionMultiTypeahead.allowNewItems(Function<String, String> prompt, Function<String, Promise<MenuItem>> createItem) static MultiTypeaheadMultiTypeahead.multiTypeahead(String id, String placeholder) Creates a newMultiTypeaheadcomponent with aMenuToggleof typeMenuToggleType.typeaheadand aFilterInput.static MultiTypeaheadMultiTypeahead.multiTypeahead(BaseFilterInput<?> filterInput) Creates a newMultiTypeaheadcomponent with aMenuToggleof typeMenuToggleType.typeaheadand the specifiedBaseFilterInput.MultiTypeahead.onNoResults(NoResults noResults) MultiTypeahead.onSearch(SearchFilter searchFilter) MultiTypeahead.that()