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 TypeMethodDescriptionvoidGridArrayUpdater.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 GridArrayUpdaterGrid.createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory) Deprecated.since 24.9.Constructors in com.vaadin.flow.component.grid with parameters of type GridArrayUpdater.UpdateQueueDataModifierConstructorDescriptionprotectedUpdateQueue(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.UpdateQueueDataModifierConstructorDescriptionprotectedGrid(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.protectedGrid(Class<T> beanType, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder) Deprecated.since 24.9 and will be removed in Vaadin 25.protectedGrid(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 GridArrayUpdaterTreeGrid.createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueFactory)