Uses of Interface
com.vaadin.flow.component.treegrid.TreeGridArrayUpdater
Packages that use TreeGridArrayUpdater
-
Uses of TreeGridArrayUpdater in com.vaadin.flow.component.treegrid
Constructor parameters in com.vaadin.flow.component.treegrid with type arguments of type TreeGridArrayUpdaterModifierConstructorDescriptionprotected
TreeGrid
(int pageSize, Grid.DataCommunicatorBuilder<T, TreeGridArrayUpdater> dataCommunicatorBuilder) Creates a newTreeGrid
without support for creating columns based on property names.protected
TreeGrid
(Class<T> beanType, Grid.DataCommunicatorBuilder<T, TreeGridArrayUpdater> dataCommunicatorBuilder) Creates a newTreeGrid
with an initial set of columns for each of the bean's properties.