Uses of Class
com.vaadin.flow.component.treegrid.TreeGridPro
Packages that use TreeGridPro
-
Uses of TreeGridPro in com.vaadin.flow.component.gridpro
Constructors in com.vaadin.flow.component.gridpro with parameters of type TreeGridProModifierConstructorDescriptionCellEditStartedEvent(TreeGridPro<E> source, boolean fromClient, tools.jackson.databind.node.ObjectNode item, String path) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.ItemPropertyChangedEvent(TreeGridPro<E> source, boolean fromClient, tools.jackson.databind.node.ObjectNode item, String path) Creates a new event using the given source and indicator whether the event originated from the client side or the server side. -
Uses of TreeGridPro in com.vaadin.flow.component.treegrid
Method parameters in com.vaadin.flow.component.treegrid with type arguments of type TreeGridProModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationTreeGridPro.addCollapseListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.treegrid.CollapseEvent<T, TreeGridPro<T>>> listener) Adds a CollapseEvent listener to this TreeGrid.com.vaadin.flow.shared.RegistrationTreeGridPro.addExpandListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.treegrid.ExpandEvent<T, TreeGridPro<T>>> listener) Adds an ExpandEvent listener to this TreeGrid.Constructors in com.vaadin.flow.component.treegrid with parameters of type TreeGridProModifierConstructorDescriptionHierarchyColumnComponentRendererPro(com.vaadin.flow.function.ValueProvider<SOURCE, COMPONENT> componentProvider, TreeGridPro<SOURCE> grid)