| Package | Description |
|---|---|
| com.vaadin.client.widget.escalator | |
| 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 |
Grid.BodyUpdater |
protected class |
Grid.StaticSectionUpdater |
| 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 © 2016 Vaadin Ltd. All rights reserved.