Uses of Class
org.patternfly.extension.finder.ResolvedFinderPath
Packages that use ResolvedFinderPath
Package
Description
Provides a multi-column finder component inspired by the macOS Finder for hierarchical data navigation.
-
Uses of ResolvedFinderPath in org.patternfly.extension.finder
Methods in org.patternfly.extension.finder that return ResolvedFinderPathModifier and TypeMethodDescriptionFinder.activePath()Returns the selection path up to and including the currently active (focused) column.Finder.path()Returns the full selection path across all columns, regardless of which column is currently active.Methods in org.patternfly.extension.finder that return types with arguments of type ResolvedFinderPathModifier and TypeMethodDescriptionParses and selects items along the given finder path string, handling async column loading at each level.Finder.select(FinderPath path) Selects items along the given finder path, handling async column loading at each level.