Class TreeItem

java.lang.Object
com.vaadin.flow.component.Component
org.vaadin.firitin.components.TreeItem
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<TreeItem>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

public class TreeItem extends com.vaadin.flow.component.Component implements com.vaadin.flow.component.ClickNotifier<TreeItem>
A very simple component composition to implement a trivial tree component.
Author:
mstahv
See Also: