Uses of Class
org.patternfly.extension.finder.Finder
-
Uses of Finder in org.patternfly.extension.finder
Subclasses with type arguments of type Finder in org.patternfly.extension.finderModifier and TypeClassDescriptionclassA finder provides column-based hierarchical navigation inspired by the macOS Finder.Classes in org.patternfly.extension.finder that implement interfaces with type arguments of type FinderModifier and TypeClassDescriptionclassA finder provides column-based hierarchical navigation inspired by the macOS Finder.classA finder provides column-based hierarchical navigation inspired by the macOS Finder.Methods in org.patternfly.extension.finder that return FinderModifier and TypeMethodDescriptionFinder.add(FinderColumn item) Finder.add(FinderPreview preview) Adds the specifiedFinderPreviewinstance to the finder.Finder.addColumn(FinderColumn column) Same asHasItems.addItem(HasIdentifier)<T> FinderFinder.addColumns(Iterable<T> items, Function<T, FinderColumn> display) Same asHasItems.addItems(Iterable, Function)Finder.addPreview(FinderPreview preview) Adds the specifiedFinderPreviewinstance to the finder.static FinderFinder.finder()FinderColumn.finder()FinderItem.finder()Finder.onAdd(org.patternfly.component.AddItemHandler<Finder, FinderColumn> onAdd) Finder.onRemove(org.patternfly.component.RemoveItemHandler<Finder, FinderColumn> onRemove) Finder.onUpdate(org.patternfly.component.UpdateItemHandler<Finder, FinderColumn> onUpdate) Finder.that()Method parameters in org.patternfly.extension.finder with type arguments of type FinderModifier and TypeMethodDescriptionFinder.onAdd(org.patternfly.component.AddItemHandler<Finder, FinderColumn> onAdd) Finder.onRemove(org.patternfly.component.RemoveItemHandler<Finder, FinderColumn> onRemove) Finder.onUpdate(org.patternfly.component.UpdateItemHandler<Finder, FinderColumn> onUpdate)