Class BreadcrumbItemChoices<T>

java.lang.Object
org.pushingpixels.radiance.component.internal.ui.bcb.BreadcrumbItemChoices<T>

final class BreadcrumbItemChoices<T> extends Object
This is the model for the popup that is shown by clicking on the path selector.
  • Field Details

    • choices

      private List<BreadcrumbItem<T>> choices
      Contains all possible choices.
    • ancestor

      private BreadcrumbItem<T> ancestor
      The ancestor item. This can be null only for the root choices element.
    • selectedIndex

      private int selectedIndex
      The index of this element.
  • Constructor Details

  • Method Details

    • setSelectedIndex

      public void setSelectedIndex(int index)
    • getSelectedIndex

      public int getSelectedIndex()
    • getChoices

      public List<BreadcrumbItem<T>> getChoices()
      Returns the item array of truehis element.
      Returns:
      The item array of truehis element.
    • getAncestor

      public BreadcrumbItem<T> getAncestor()