Uses of Class
com.vaadin.flow.component.treegrid.TreeGrid
Packages that use TreeGrid
-
Uses of TreeGrid in com.vaadin.flow.component.treegrid
Method parameters in com.vaadin.flow.component.treegrid with type arguments of type TreeGridModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationTreeGrid.addCollapseListener(com.vaadin.flow.component.ComponentEventListener<CollapseEvent<T, TreeGrid<T>>> listener) Adds a CollapseEvent listener to this TreeGrid.com.vaadin.flow.shared.RegistrationTreeGrid.addExpandListener(com.vaadin.flow.component.ComponentEventListener<ExpandEvent<T, TreeGrid<T>>> listener) Adds an ExpandEvent listener to this TreeGrid.Constructors in com.vaadin.flow.component.treegrid with parameters of type TreeGridModifierConstructorDescriptionHierarchyColumnComponentRenderer(com.vaadin.flow.function.ValueProvider<SOURCE, COMPONENT> componentProvider, TreeGrid<SOURCE> grid)