| Package | Description |
|---|---|
| com.vaadin.client.widget.escalator | |
| com.vaadin.client.widget.treegrid | |
| com.vaadin.client.widgets |
| Modifier and Type | Field and Description |
|---|---|
static EscalatorUpdater |
EscalatorUpdater.NULL
An
EscalatorUpdater that doesn't render anything. |
| Modifier and Type | Method and Description |
|---|---|
EscalatorUpdater |
RowContainer.getEscalatorUpdater()
Returns the current
EscalatorUpdater used to render cells. |
| Modifier and Type | Method and Description |
|---|---|
void |
RowContainer.setEscalatorUpdater(EscalatorUpdater escalatorUpdater)
Sets the
EscalatorUpdater to use when displaying data in the
escalator. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
TreeGrid.BodyUpdater
Body updater that adds additional style to each row containing depth
information inside the hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
protected EscalatorUpdater |
TreeGrid.createBodyUpdater() |
| Modifier and Type | Class and Description |
|---|---|
protected class |
Grid.BodyUpdater
EscalatorUpdater implementation for Grid's body section.
|
protected class |
Grid.StaticSectionUpdater
EscalatorUpdater implementation for Grid's static sections (header and
footer).
|
| Modifier and Type | Method and Description |
|---|---|
protected EscalatorUpdater |
Grid.createBodyUpdater()
Creates the escalator updater used to update the body rows in this grid.
|
protected EscalatorUpdater |
Grid.createFooterUpdater()
Creates the escalator updater used to update the footer rows in this
grid.
|
protected EscalatorUpdater |
Grid.createHeaderUpdater()
Creates the escalator updater used to update the header rows in this
grid.
|
EscalatorUpdater |
Escalator.AbstractRowContainer.getEscalatorUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
Escalator.AbstractRowContainer.setEscalatorUpdater(EscalatorUpdater escalatorUpdater)
Sets the
EscalatorUpdater to use when displaying data in the
escalator. |
Copyright © 2023 Vaadin Ltd. All rights reserved.