Uses of Interface
org.patternfly.component.textinputgroup.StayOpenPredicate
Packages that use StayOpenPredicate
Package
Description
Provides text input group components for search, filter, and text input with utilities.
-
Uses of StayOpenPredicate in org.patternfly.component.textinputgroup
Methods in org.patternfly.component.textinputgroup that return StayOpenPredicateModifier and TypeMethodDescriptiondefault StayOpenPredicateStayOpenPredicate.and(StayOpenPredicate other) default StayOpenPredicateStayOpenPredicate.or(StayOpenPredicate other) Methods in org.patternfly.component.textinputgroup with parameters of type StayOpenPredicateModifier and TypeMethodDescriptiondefault StayOpenPredicateStayOpenPredicate.and(StayOpenPredicate other) default StayOpenPredicateStayOpenPredicate.or(StayOpenPredicate other) BaseSearchInput.stayOpen(StayOpenPredicate stayOpen) Specifies a condition that determines whether the menu should remain open when a menu item is clicked.