Class FinderColumnSearch

java.lang.Object
org.patternfly.component.SubComponent<HTMLElement, FinderColumnSearch>
org.patternfly.extension.finder.FinderColumnSearch
All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, FinderColumnSearch>, ElementClassListMethods<HTMLElement, FinderColumnSearch>, ElementConsumerMethods<HTMLElement, FinderColumnSearch>, ElementContainerMethods<HTMLElement, FinderColumnSearch>, ElementEventMethods<HTMLElement, FinderColumnSearch>, ElementIdMethods<HTMLElement, FinderColumnSearch>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, FinderColumnSearch>, HTMLElementDataMethods<HTMLElement, FinderColumnSearch>, HTMLElementStyleMethods<HTMLElement, FinderColumnSearch>, HTMLElementVisibilityMethods<HTMLElement, FinderColumnSearch>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, FinderColumnSearch>, OuiaSupport<HTMLElement, FinderColumnSearch>

public class FinderColumnSearch extends SubComponent<HTMLElement, FinderColumnSearch>
The FinderColumnSearch class is a subcomponent designed to handle search functionality within a finder column. It extends the FinderSubComponent class to provide a specialized interface for managing search inputs. The class allows adding SearchInput instances with or without filtering predicates and defines the behavior for filtering FinderItems based on user-provided search values.

The filtering predicate determines how FinderItems are flagged as filtered depending on their text content and the specified search value. When no predicate is provided, the FinderItems are not programmatically filtered on input.