| Package | Description |
|---|---|
| com.vaadin.client.widget.escalator | |
| com.vaadin.client.widget.grid | |
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
Iterable<FlyweightCell> |
FlyweightRow.getCells()
Returns flyweight cells for the client code to render.
|
Iterable<FlyweightCell> |
FlyweightRow.getCells(int offset,
int numberOfCells)
Returns a subrange of flyweight cells for the client code to render.
|
Iterable<FlyweightCell> |
FlyweightRow.getUnattachedCells(int offset,
int numberOfCells)
Returns a subrange of unattached flyweight cells.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EscalatorUpdater.postAttach(Row row,
Iterable<FlyweightCell> attachedCells)
Called after attaching new cells to the escalator.
|
void |
EscalatorUpdater.postDetach(Row row,
Iterable<FlyweightCell> detachedCells)
Called after detaching cells from the escalator.
|
void |
EscalatorUpdater.preAttach(Row row,
Iterable<FlyweightCell> cellsToAttach)
Called before attaching new cells to the escalator.
|
void |
EscalatorUpdater.preDetach(Row row,
Iterable<FlyweightCell> cellsToDetach)
Called before detaching cells from the escalator.
|
void |
EscalatorUpdater.update(Row row,
Iterable<FlyweightCell> cellsToUpdate)
Renders a row contained in a row container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RendererCellReference.set(FlyweightCell cell,
int columnIndex,
Grid.Column<?,?> column)
Sets the identifying information for this cell.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.BodyUpdater.postAttach(Row row,
Iterable<FlyweightCell> attachedCells) |
void |
Grid.StaticSectionUpdater.postAttach(Row row,
Iterable<FlyweightCell> attachedCells) |
void |
Grid.BodyUpdater.postDetach(Row row,
Iterable<FlyweightCell> detachedCells) |
void |
Grid.StaticSectionUpdater.postDetach(Row row,
Iterable<FlyweightCell> detachedCells) |
void |
Grid.BodyUpdater.preAttach(Row row,
Iterable<FlyweightCell> cellsToAttach) |
void |
Grid.StaticSectionUpdater.preAttach(Row row,
Iterable<FlyweightCell> cellsToAttach) |
void |
Grid.BodyUpdater.preDetach(Row row,
Iterable<FlyweightCell> cellsToDetach) |
void |
Grid.StaticSectionUpdater.preDetach(Row row,
Iterable<FlyweightCell> cellsToDetach) |
void |
Grid.BodyUpdater.update(Row row,
Iterable<FlyweightCell> cellsToUpdate) |
void |
Grid.StaticSectionUpdater.update(Row row,
Iterable<FlyweightCell> cellsToUpdate) |
Copyright © 2023 Vaadin Ltd. All rights reserved.