Uses of Class
com.vaadin.flow.component.grid.Grid.UpdateQueue
-
Packages that use Grid.UpdateQueue Package Description com.vaadin.flow.component.grid com.vaadin.flow.component.treegrid -
-
Uses of Grid.UpdateQueue in com.vaadin.flow.component.grid
Method parameters in com.vaadin.flow.component.grid with type arguments of type Grid.UpdateQueue Modifier and Type Method Description protected GridArrayUpdater
Grid. createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)
Constructor parameters in com.vaadin.flow.component.grid with type arguments of type Grid.UpdateQueue Constructor Description Grid(int pageSize, SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueBuilder, B dataCommunicatorBuilder)
Creates a new instance, with the specified page size and data communicator.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
Method parameters in com.vaadin.flow.component.treegrid with type arguments of type Grid.UpdateQueue Modifier and Type Method Description protected GridArrayUpdater
TreeGrid. createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)
-