Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.component.treegrid |
Modifier and Type | Method and Description |
---|---|
GridArrayUpdater.UpdateQueueData |
Grid.UpdateQueue.getData()
Gets
GridArrayUpdater.UpdateQueueData for this queue. |
GridArrayUpdater.UpdateQueueData |
GridArrayUpdater.getUpdateQueueData()
Gets
GridArrayUpdater.UpdateQueueData set for this array updater. |
Modifier and Type | Method and Description |
---|---|
void |
GridArrayUpdater.setUpdateQueueData(GridArrayUpdater.UpdateQueueData data)
Sets
GridArrayUpdater.UpdateQueueData for this array updater. |
Modifier and Type | Method and Description |
---|---|
protected GridArrayUpdater |
Grid.createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory) |
Constructor and Description |
---|
UpdateQueue(GridArrayUpdater.UpdateQueueData data,
int size) |
Constructor and Description |
---|
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.
|
Grid(int pageSize,
SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueBuilder,
B dataCommunicatorBuilder)
Creates a new instance, with the specified page size and data
communicator.
|
Modifier and Type | Method and Description |
---|---|
protected GridArrayUpdater |
TreeGrid.createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory) |
Copyright © 2020. All rights reserved.