Class BreadcrumbTreeAdapterSelector.TreeCallback

    • Field Detail

      • treeModel

        protected TreeModel treeModel
        The corresponding tree model.
      • isRootVisible

        protected boolean isRootVisible
        If true, the first selector shows the tree root node. If false, the first selector shows the tree root child nodes.
    • Constructor Detail

      • TreeCallback

        public TreeCallback​(TreeModel treeModel,
                            BreadcrumbTreeAdapterSelector.TreeAdapter treeAdapter,
                            boolean isRootVisible)
        Creates the callback.
        Parameters:
        treeModel - The corresponding tree model.
        treeAdapter - The corresponding tree adapter. Can not be null.
        isRootVisible - If true, the first selector shows the tree root node. If false, the first selector shows the tree root child nodes.