Class ResolvedFinderPath
java.lang.Object
org.patternfly.extension.finder.ResolvedFinderPath
- All Implemented Interfaces:
Iterable<ResolvedFinderSegment>
A resolved finder path containing live references to
FinderColumn and FinderItem instances. Produced by
Finder.path() (full selection) or Finder.activePath() (up to the active column) to inspect the current state
of the finder.
For a lightweight string-based path suitable for URL routing and serialization, use FinderPath.
-
Method Summary
Modifier and TypeMethodDescriptionfindColumn(String identifier) booleanisEmpty()iterator()intsize()Converts this resolved path to a lightweightFinderPathcontaining only string identifiers.toString()Methods inherited from interface Iterable
forEach, spliterator
-
Method Details
-
isEmpty
public boolean isEmpty() -
size
public int size() -
iterator
- Specified by:
iteratorin interfaceIterable<ResolvedFinderSegment>
-
toString
-
findColumn
-
findItem
-
toFinderPath
Converts this resolved path to a lightweightFinderPathcontaining only string identifiers.
-