Package com.storedobject.vaadin
Interface BreadcrumbsTree.NodeVisibilityListener
- Enclosing class:
BreadcrumbsTree
public static interface BreadcrumbsTree.NodeVisibilityListener
Listener that can be added to the
BreadcrumbsTree for monitoring the visibility changes of the nodes
(and its associated components).- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptionvoidnodeVisible(BreadcrumbsTree.Node node, boolean visible) This method will be invoked when the visibility of the node (and its associated component) changes.
-
Method Details
-
nodeVisible
This method will be invoked when the visibility of the node (and its associated component) changes.- Parameters:
node- Node that is changed.visible- Whether it became visible or not.
-