Uses of Class
org.patternfly.component.menu.SingleTypeahead
Packages that use SingleTypeahead
-
Uses of SingleTypeahead in org.patternfly.component.menu
Subclasses with type arguments of type SingleTypeahead 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 SingleTypeaheadModifier and TypeMethodDescriptionSingleTypeahead.onNoResults(Function<String, MenuItem> noResults) Defines the behavior when no results are found during a search.SingleTypeahead.onSearch(SearchFilter searchFilter) Configures the search behavior for this typeahead.static SingleTypeaheadSingleTypeahead.singleTypeahead(String id, String placeholder) Creates a newSingleTypeaheadcomponent with aMenuToggleof typeMenuToggleType.typeaheadand aSearchInput.static SingleTypeaheadSingleTypeahead.singleTypeahead(MenuToggle menuToggle) Creates a newSingleTypeaheadcomponent with the givenMenuToggle.SingleTypeahead.that()