Uses of Class
org.patternfly.extension.finder.FinderItem
Packages that use FinderItem
-
Uses of FinderItem in org.patternfly.extension.finder
Subclasses with type arguments of type FinderItem in org.patternfly.extension.finderClasses in org.patternfly.extension.finder that implement interfaces with type arguments of type FinderItemModifier and TypeClassDescriptionclassclassclassclassclassclassMethods 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(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.nextColumn(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(AsyncItems<FinderColumn, FinderItem> items) FinderColumn.onAdd(AddItemHandler<FinderColumn, FinderItem> onAdd) FinderColumn.onRemove(RemoveItemHandler<FinderColumn, FinderItem> onRemove) FinderColumn.onSelect(SelectHandler<FinderItem> selectHandler) FinderColumn.onUpdate(UpdateItemHandler<FinderColumn, FinderItem> onUpdate) FinderColumn.ordered(Comparator<FinderItem> comparator)