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 interfaceThis 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 TypeClassDescriptionclassA 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 TreeItemTree.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 TypeMethodDescriptionvoidprotected voidTree.fillTree(Tree.ChildrenProvider<T> childrenProvider, T item, TreeItem treeItem) protected voidTree.fillWithProviders(int level, T item, TreeItem treeItem, Tree.ChildrenProvider... providers) voidTreeItem.removeChild(TreeItem c) voidMethod parameters in org.vaadin.firitin.components with type arguments of type TreeItemModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationTreeItem.addClickListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<TreeItem>> listener)