Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.component.treegrid |
Modifier and Type | Method and Description |
---|---|
protected GridArrayUpdater |
Grid.createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData,Integer,Grid.UpdateQueue> updateQueueFactory) |
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 © 2025. All rights reserved.