Class FinderPath

  • All Implemented Interfaces:
    Iterable<FinderSegment<?>>

    public class FinderPath
    extends Object
    implements Iterable<FinderSegment<?>>
    The finder path holds the current selection in the finder. It's a collection of segments with each segment holding four values:
    1. columnId The column id. Used to lookup columns from the column registry
    2. itemId The selected item id
    3. columnTitle The title of the column used in the UI. If not specified defaults to columnId
    4. itemTitle The title of the selected item used in the UI. If not specified defaults to itemId