Uses of Class
org.patternfly.extension.finder.FinderPath
-
Uses of FinderPath in org.patternfly.extension.finder
Methods in org.patternfly.extension.finder that return FinderPathModifier and TypeMethodDescriptionstatic FinderPathParses a finder path string in the formatcol1=item1/col2=item2/col3.ResolvedFinderPath.toFinderPath()Converts this resolved path to a lightweightFinderPathcontaining only string identifiers.Methods in org.patternfly.extension.finder with parameters of type FinderPathModifier and TypeMethodDescriptionFinder.select(FinderPath path) Selects items along the given finder path, handling async column loading at each level.