Uses of Class
com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
Packages that use GridArrayUpdater.UpdateQueueData
-
Uses of GridArrayUpdater.UpdateQueueData in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridArrayUpdater.UpdateQueueDataModifier and TypeMethodDescriptionGrid.UpdateQueue.getData()
Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25GridArrayUpdater.getUpdateQueueData()
Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25Methods in com.vaadin.flow.component.grid with parameters of type GridArrayUpdater.UpdateQueueDataModifier and TypeMethodDescriptionvoid
GridArrayUpdater.setUpdateQueueData
(GridArrayUpdater.UpdateQueueData data) Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25Method parameters in com.vaadin.flow.component.grid with type arguments of type GridArrayUpdater.UpdateQueueDataModifier and TypeMethodDescriptionprotected GridArrayUpdater
Grid.createDefaultArrayUpdater
(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory) Deprecated.since 24.9.Constructors in com.vaadin.flow.component.grid with parameters of type GridArrayUpdater.UpdateQueueDataModifierConstructorDescriptionprotected
UpdateQueue
(GridArrayUpdater.UpdateQueueData data, int size) Deprecated.since 24.9 and will be replaced byUpdateQueue(Element element, int size)
Constructor parameters in com.vaadin.flow.component.grid with type arguments of type GridArrayUpdater.UpdateQueueDataModifierConstructorDescriptionprotected
Grid
(int pageSize, 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.protected
Grid
(Class<T> beanType, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Deprecated.since 24.9 and will be removed in Vaadin 25.protected
Grid
(Class<T> beanType, 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 GridArrayUpdater.UpdateQueueData in com.vaadin.flow.component.treegrid
Method parameters in com.vaadin.flow.component.treegrid with type arguments of type GridArrayUpdater.UpdateQueueDataModifier and TypeMethodDescriptionprotected GridArrayUpdater
TreeGrid.createDefaultArrayUpdater
(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory)