Class BreadcrumbsTree

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout>
com.storedobject.vaadin.BreadcrumbsTree
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

public class BreadcrumbsTree extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout>
Breadcrumb Tree component. It contains a tree of "Breadcrumbs" and each node BreadcrumbsTree.Node of the tree can hold a Component and some sort of ad-hoc data. From a specific branch of the tree, only the component corresponding to the last expanded node is displayed and all other component in that branch hierarchy is hidden. However, all the nodes, up to the last expanded node, are displayed as part of the breadcrumb and any node can be clicked to jump to that node.
Author:
Syam
See Also: