Uses of Class
com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
-
Packages that use GridArrayUpdater.UpdateQueueData Package Description com.vaadin.flow.component.grid com.vaadin.flow.component.treegrid -
-
Uses of GridArrayUpdater.UpdateQueueData in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridArrayUpdater.UpdateQueueData Modifier and Type Method Description GridArrayUpdater.UpdateQueueDataGrid.UpdateQueue. getData()GetsGridArrayUpdater.UpdateQueueDatafor this queue.GridArrayUpdater.UpdateQueueDataGridArrayUpdater. getUpdateQueueData()GetsGridArrayUpdater.UpdateQueueDataset for this array updater.Methods in com.vaadin.flow.component.grid with parameters of type GridArrayUpdater.UpdateQueueData Modifier and Type Method Description voidGridArrayUpdater. setUpdateQueueData(GridArrayUpdater.UpdateQueueData data)SetsGridArrayUpdater.UpdateQueueDatafor this array updater.Method parameters in com.vaadin.flow.component.grid with type arguments of type GridArrayUpdater.UpdateQueueData Modifier and Type Method Description protected GridArrayUpdaterGrid. createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)Constructors in com.vaadin.flow.component.grid with parameters of type GridArrayUpdater.UpdateQueueData Constructor Description UpdateQueue(GridArrayUpdater.UpdateQueueData data, int size)Constructor parameters in com.vaadin.flow.component.grid with type arguments of type GridArrayUpdater.UpdateQueueData 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 GridArrayUpdater.UpdateQueueData in com.vaadin.flow.component.treegrid
Method parameters in com.vaadin.flow.component.treegrid with type arguments of type GridArrayUpdater.UpdateQueueData Modifier and Type Method Description protected GridArrayUpdaterTreeGrid. createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory)
-