Uses of Interface
com.vaadin.flow.component.grid.GridArrayUpdater
Packages that use GridArrayUpdater
-
Uses of GridArrayUpdater in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridArrayUpdaterModifier and TypeMethodDescriptionprotected GridArrayUpdaterGrid.createDefaultArrayUpdater()protected GridArrayUpdaterGrid.getArrayUpdater() -
Uses of GridArrayUpdater in com.vaadin.flow.component.treegrid
Constructor parameters in com.vaadin.flow.component.treegrid with type arguments of type GridArrayUpdaterModifierConstructorDescriptionprotectedTreeGrid(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.