Uses of Class
com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder
Packages that use Grid.DataCommunicatorBuilder
-
Uses of Grid.DataCommunicatorBuilder in com.vaadin.flow.component.treegrid
Constructors in com.vaadin.flow.component.treegrid with parameters of type Grid.DataCommunicatorBuilderModifierConstructorDescriptionprotectedTreeGrid(int pageSize, Grid.DataCommunicatorBuilder<T, GridArrayUpdater> dataCommunicatorBuilder) Creates a newTreeGridwithout support for creating columns based on property names.protectedTreeGrid(Class<T> beanType, Grid.DataCommunicatorBuilder<T, GridArrayUpdater> dataCommunicatorBuilder) Creates a newTreeGridwith an initial set of columns for each of the bean's properties.