Uses of Class
org.vaadin.firitin.components.TreeItem
-
Packages that use TreeItem Package Description org.vaadin.firitin.components -
-
Uses of TreeItem in org.vaadin.firitin.components
Methods in org.vaadin.firitin.components that return TreeItem Modifier and Type Method Description TreeItemTreeItem. addChild(com.vaadin.flow.component.Component childComponent)TreeItemTreeItem. addChild(String stringContent)protected TreeItemTree. createTreeItem(T item)TreeItemTree. 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 TreeItem Modifier and Type Method Description voidTreeItem. addChild(TreeItem treeItem)protected voidTree. fillTree(Tree.ChildrenProvider<T> childrenProvider, T item, TreeItem treeItem)voidTreeItem. removeChild(TreeItem c)voidTree.SelectionListener. selected(T selected, TreeItem item)Method parameters in org.vaadin.firitin.components with type arguments of type TreeItem Modifier and Type Method Description com.vaadin.flow.shared.RegistrationTreeItem. addClickListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<TreeItem>> listener)
-