Uses of Class
com.vaadin.flow.component.grid.Grid.UpdateQueue
-
Uses of Grid.UpdateQueue in com.vaadin.flow.component.grid
Modifier and TypeMethodDescriptionprotected GridArrayUpdater
Grid.createDefaultArrayUpdater
(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory) ModifierConstructorDescriptionprotected
Grid
(int pageSize, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Creates a new instance, with the specified page size and data communicator.protected
Grid
(Class<T> beanType, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Creates a new grid with an initial set of columns for each of the bean's properties. -
Uses of Grid.UpdateQueue in com.vaadin.flow.component.treegrid
Modifier and TypeMethodDescriptionprotected GridArrayUpdater
TreeGrid.createDefaultArrayUpdater
(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory)