Uses of Class
org.vaadin.firitin.components.TreeItem
Packages that use TreeItem
-
Uses of TreeItem in org.vaadin.firitin.components
Subinterfaces with type arguments of type TreeItem in org.vaadin.firitin.componentsModifier and TypeInterfaceDescriptionstatic interface
This can be used to further configure the created TreeItem instances.Classes in org.vaadin.firitin.components that implement interfaces with type arguments of type TreeItemModifier and TypeClassDescriptionclass
A very simple component composition to implement a trivial tree component.Methods in org.vaadin.firitin.components that return TreeItemModifier and TypeMethodDescriptionTreeItem.addChild
(com.vaadin.flow.component.Component childComponent) protected TreeItem
Tree.createTreeItem
(T item) Tree.scrollItemToView
(T item) Scrolls the tree item representing given item to be visible in the UI.Methods in org.vaadin.firitin.components with parameters of type TreeItemModifier and TypeMethodDescriptionvoid
protected void
Tree.fillTree
(Tree.ChildrenProvider<T> childrenProvider, T item, TreeItem treeItem) protected void
Tree.fillWithProviders
(int level, T item, TreeItem treeItem, Tree.ChildrenProvider... providers) void
TreeItem.removeChild
(TreeItem c) void
Method parameters in org.vaadin.firitin.components with type arguments of type TreeItemModifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
TreeItem.addClickListener
(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<TreeItem>> listener)