Class BreadcrumbTreeAdapterSelector.TreeCallback

java.lang.Object
org.pushingpixels.flamingo.api.bcb.BreadcrumbBarCallBack<Object>
org.pushingpixels.flamingo.api.bcb.core.BreadcrumbTreeAdapterSelector.TreeCallback
Enclosing class:
BreadcrumbTreeAdapterSelector

public static class BreadcrumbTreeAdapterSelector.TreeCallback extends BreadcrumbBarCallBack<Object>
Tree-adapter specific implementation of the BreadcrumbBarCallBack .
  • Field Details

    • treeModel

      protected TreeModel treeModel
      The corresponding tree model.
    • treeAdapter

      The corresponding tree adapter. Can not be null.
    • 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 Details

    • 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.
  • Method Details