We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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()
Gets
GridArrayUpdater.UpdateQueueData
for this queue.GridArrayUpdater.getUpdateQueueData()
Gets
GridArrayUpdater.UpdateQueueData
set for this array updater.Methods in com.vaadin.flow.component.grid with parameters of type GridArrayUpdater.UpdateQueueDataModifier and TypeMethodDescriptionvoid
GridArrayUpdater.setUpdateQueueData
(GridArrayUpdater.UpdateQueueData data) Sets
GridArrayUpdater.UpdateQueueData
for this array updater.Method 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) Constructors in com.vaadin.flow.component.grid with parameters of type GridArrayUpdater.UpdateQueueDataModifierConstructorDescriptionprotected
UpdateQueue
(GridArrayUpdater.UpdateQueueData data, 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) 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.
protected
Grid
(Class<T> beanType, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder, boolean autoCreateColumns) Creates a new grid with an initial set of columns for each of the bean's properties.
-
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)