Uses of Class
org.patternfly.extension.finder.FinderColumn
Packages that use FinderColumn
-
Uses of FinderColumn in org.patternfly.extension.finder
Subclasses with type arguments of type FinderColumn in org.patternfly.extension.finderClasses in org.patternfly.extension.finder that implement interfaces with type arguments of type FinderColumnModifier and TypeClassDescriptionclassclassclassclassclassFields in org.patternfly.extension.finder declared as FinderColumnMethods in org.patternfly.extension.finder that return FinderColumnModifier and TypeMethodDescriptionFinderColumn.active()Same as active(true)FinderColumn.active(boolean active) Adds/removes modifier(active)FinderColumn.add(AsyncItems<FinderColumn, FinderItem> items) FinderColumn.add(FinderColumnHeader header) FinderColumn.add(FinderColumnSearch search) FinderColumn.add(FinderItem item) FinderColumn.addHeader(FinderColumnHeader header) FinderColumn.addSearch(FinderColumnSearch search) FinderItem.column()FinderColumn.defaultSearch()Same as defaultSearch("Filter by name")FinderColumn.defaultSearch(String placeholder) Configures the currentFinderColumninstance with a default search functionality.static FinderColumnFinderColumn.finderColumn(String identifier) static FinderColumnFinderColumn.finderColumn(String identifier, String header) FinderColumn.onAdd(AddItemHandler<FinderColumn, FinderItem> onAdd) FinderColumn.onPreview(PreviewHandler previewHandler) FinderColumn.onRemove(RemoveItemHandler<FinderColumn, FinderItem> onRemove) FinderColumn.onSelect(SelectHandler<FinderItem> selectHandler) FinderColumn.onUpdate(UpdateItemHandler<FinderColumn, FinderItem> onUpdate) FinderColumn.ordered(Comparator<FinderItem> comparator) FinderColumn.pinnable()Same as pinnable(true)FinderColumn.pinnable(boolean pinnable) Adds/removes modifier(pinnable)FinderColumn.showSearchThreshold(int size) Configures the currentFinderColumninstance to show the search component when the size of the items in the column is greater than or equal to the specified value.<T> FinderColumnFinderColumn.that()FinderColumn.toggleSearch(Predicate<FinderColumn> predicate) Toggles the visibility of the search component in the column based on the provided predicate.Methods in org.patternfly.extension.finder that return types with arguments of type FinderColumnMethods in org.patternfly.extension.finder with parameters of type FinderColumnModifier and TypeMethodDescriptionFinder.add(FinderColumn item) Finder.addColumn(FinderColumn column) Same asHasItems.addItem(HasIdentifier)voidFinder.updateItem(FinderColumn item) Method parameters in org.patternfly.extension.finder with type arguments of type FinderColumnModifier and TypeMethodDescriptionFinderColumn.add(AsyncItems<FinderColumn, FinderItem> items) <T> FinderFinder.addColumns(Iterable<T> items, Function<T, FinderColumn> display) FinderItem.nextColumn(Supplier<FinderColumn> column) Finder.onAdd(AddItemHandler<Finder, FinderColumn> onAdd) FinderColumn.onAdd(AddItemHandler<FinderColumn, FinderItem> onAdd) Finder.onRemove(RemoveItemHandler<Finder, FinderColumn> onRemove) FinderColumn.onRemove(RemoveItemHandler<FinderColumn, FinderItem> onRemove) Finder.onUpdate(UpdateItemHandler<Finder, FinderColumn> onUpdate) FinderColumn.onUpdate(UpdateItemHandler<FinderColumn, FinderItem> onUpdate) FinderColumn.toggleSearch(Predicate<FinderColumn> predicate) Toggles the visibility of the search component in the column based on the provided predicate.