public interface SpacerUpdater
The updater is responsible for making sure all elements are properly constructed and cleaned up.
Spacer,
RowContainer.BodyRowContainer| Modifier and Type | Field and Description |
|---|---|
static SpacerUpdater |
NULL
A spacer updater that does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(Spacer spacer)
Called whenever a spacer should be cleaned.
|
void |
init(Spacer spacer)
Called whenever a spacer should be initialized with content.
|
static final SpacerUpdater NULL
void init(Spacer spacer)
spacer - the spacer reference that should be initializedvoid destroy(Spacer spacer)
The structure to clean up is the same that has been constructed by
init(Spacer).
spacer - the spacer reference that should be destroyedCopyright © 2016 Vaadin Ltd. All rights reserved.