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.Classes in org.patternfly.component.menu that implement interfaces with type arguments of type SingleTypeaheadModifier 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.allowNewItems(Function<String, String> prompt, Function<String, Promise<MenuItem>> createItem) SingleTypeahead.onNoResults(NoResults noResults) SingleTypeahead.onSearch(SearchFilter searchFilter) static SingleTypeaheadSingleTypeahead.singleTypeahead(String id, String placeholder) Creates a newSingleTypeaheadcomponent with aMenuToggleof typeMenuToggleType.typeaheadand aSearchInput.static SingleTypeaheadSingleTypeahead.singleTypeahead(BaseSearchInput<?> searchInput) Creates a newSingleTypeaheadinstance using the providedBaseSearchInput.SingleTypeahead.that()