Class BreadcrumbItemChoices<T>


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

      • choices

        private java.util.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.
    • Method Detail

      • setSelectedIndex

        public void setSelectedIndex​(int index)
      • getSelectedIndex

        public int getSelectedIndex()
      • getChoices

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