Uses of Interface
org.patternfly.component.menu.NoResults
Packages that use NoResults
Package
Description
Provides menu components for building dropdowns, selects, and general-purpose menus.
-
Uses of NoResults in org.patternfly.component.menu
Methods in org.patternfly.component.menu that return NoResultsModifier and TypeMethodDescriptionstatic NoResultsNoResults.noResults()Provides a default implementation of theNoResultsfunctional interface.Methods in org.patternfly.component.menu with parameters of type NoResultsModifier and TypeMethodDescriptionMenuSearch.onNoResults(NoResults noResults) Configures the behavior for handling the event when no results are found in the menu list for a given input.MultiTypeahead.onNoResults(NoResults noResults) PopperMultiTypeahead.onNoResults(NoResults noResults) Deprecated, for removal: This API element is subject to removal in a future version.PopperSingleTypeahead.onNoResults(NoResults noResults) Deprecated, for removal: This API element is subject to removal in a future version.PopperTypeahead.onNoResults(NoResults noResults) Deprecated, for removal: This API element is subject to removal in a future version.Configures the behavior for generating a "no results" menu item when no matching items are found in the menu list for the given input text.SingleTypeahead.onNoResults(NoResults noResults) Typeahead.onNoResults(NoResults noResults) Configures the behavior for generating a "no results" menu item when no matching items are found in the menu list for the given input text.