Uses of Class
org.patternfly.extension.finder.FinderItem
-
Uses of FinderItem in org.patternfly.extension.finder
Subclasses with type arguments of type FinderItem in org.patternfly.extension.finderModifier and TypeClassDescriptionclassAn item within aFinderColumn, representing a selectable entry with optional icon, description, and actions.Classes in org.patternfly.extension.finder that implement interfaces with type arguments of type FinderItemModifier and TypeClassDescriptionclassA column in theFinder, displaying a list ofFinderItems that can be selected, filtered, and sorted.classA column in theFinder, displaying a list ofFinderItems that can be selected, filtered, and sorted.classAn item within aFinderColumn, representing a selectable entry with optional icon, description, and actions.classAn item within aFinderColumn, representing a selectable entry with optional icon, description, and actions.classAn item within aFinderColumn, representing a selectable entry with optional icon, description, and actions.classAn item within aFinderColumn, representing a selectable entry with optional icon, description, and actions.Fields in org.patternfly.extension.finder declared as FinderItemMethods in org.patternfly.extension.finder that return FinderItemModifier and TypeMethodDescriptionFinderItem.add(FinderItemActions actions) FinderItem.add(FinderItemDescription description) FinderItem.addActions(FinderItemActions actions) FinderItem.addDescription(String description) FinderItem.addDescription(FinderItemDescription description) static FinderItemFinderItem.emptyItem(org.patternfly.component.emptystate.EmptyState emptyState) static FinderItemFinderItem.finderItem(String identifier) static FinderItemFinderItem.finderItem(String identifier, String text) static FinderItemFinderItem.finderItem(String identifier, String text, String description) FinderItem.folder()Same as folder(true)FinderItem.folder(boolean folder) Adds/removes modifier(folder)FinderItem.nextColumn(Supplier<FinderColumn> column) FinderItem.onPreview(PreviewHandler previewHandler) FinderItem.removeIcon()<T> FinderItemFinderItem.that()Methods in org.patternfly.extension.finder that return types with arguments of type FinderItemModifier and TypeMethodDescriptionFinderColumn.comparator()FinderColumn.iterator()FinderColumn.load()FinderColumn.reload()Methods in org.patternfly.extension.finder with parameters of type FinderItemModifier and TypeMethodDescriptionFinderColumn.add(FinderItem item) voidPreviewHandler.onPreview(FinderItem item, FinderPreview preview) voidFinderColumn.select(FinderItem item) voidFinderColumn.select(FinderItem item, boolean selected) voidFinderColumn.select(FinderItem item, boolean selected, boolean fireEvent) voidFinderColumn.updateItem(FinderItem item) Method parameters in org.patternfly.extension.finder with type arguments of type FinderItemModifier and TypeMethodDescriptionFinderColumn.add(org.patternfly.component.AsyncItems<FinderColumn, FinderItem> items) FinderColumnSearch.add(org.patternfly.component.textinputgroup.SearchInput input, BiPredicate<FinderItem, String> predicate) Adds aSearchInputinstance to the FinderColumnSearch with a specific filtering predicate.FinderColumnSearch.addSearchInput(org.patternfly.component.textinputgroup.SearchInput input, BiPredicate<FinderItem, String> predicate) Adds aSearchInputinstance to the FinderColumnSearch with a specific filtering predicate.FinderColumn.onAdd(org.patternfly.component.AddItemHandler<FinderColumn, FinderItem> onAdd) FinderColumn.onRemove(org.patternfly.component.RemoveItemHandler<FinderColumn, FinderItem> onRemove) FinderColumn.onSelect(org.patternfly.handler.SelectHandler<FinderItem> selectHandler) FinderColumn.onUpdate(org.patternfly.component.UpdateItemHandler<FinderColumn, FinderItem> onUpdate) FinderColumn.ordered(Comparator<FinderItem> comparator)