Class Tree<T>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout>
org.vaadin.firitin.components.Tree<T>
Type Parameters:
T - the type of items listed as nodes of Tree. Use Object if nothing else.
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

@StyleSheet("context://frontend/org/vaadin/firitin/components/tree.css") public class Tree<T> extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout>
A Tree component to display hierarchical data sets.
Author:
mstahv
See Also: