Uses of Class
com.vaadin.flow.component.grid.Grid.UpdateQueue
Packages that use Grid.UpdateQueue
-
Uses of Grid.UpdateQueue in com.vaadin.flow.component.grid
Method parameters in com.vaadin.flow.component.grid with type arguments of type Grid.UpdateQueueModifier and TypeMethodDescriptionprotected GridArrayUpdaterGrid.createDefaultArrayUpdater(com.vaadin.flow.function.SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory) Deprecated.since 24.9.Constructor parameters in com.vaadin.flow.component.grid with type arguments of type Grid.UpdateQueueModifierConstructorDescriptionprotectedGrid(int pageSize, com.vaadin.flow.function.SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25.protectedGrid(Class<T> beanType, com.vaadin.flow.function.SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Deprecated.since 24.9 and will be removed in Vaadin 25.protectedGrid(Class<T> beanType, com.vaadin.flow.function.SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder, boolean autoCreateColumns) Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25. -
Uses of Grid.UpdateQueue in com.vaadin.flow.component.treegrid
Method parameters in com.vaadin.flow.component.treegrid with type arguments of type Grid.UpdateQueueModifier and TypeMethodDescriptionprotected GridArrayUpdaterTreeGrid.createDefaultArrayUpdater(com.vaadin.flow.function.SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory)