|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpacerUpdater
An interface that handles the display of content for spacers.
The updater is responsible for making sure all elements are properly constructed and cleaned up.
Spacer,
RowContainer.BodyRowContainer| Field Summary | |
|---|---|
static SpacerUpdater |
NULL
A spacer updater that does nothing. |
| Method Summary | |
|---|---|
void |
destroy(Spacer spacer)
Called whenever a spacer should be cleaned. |
void |
init(Spacer spacer)
Called whenever a spacer should be initialized with content. |
| Field Detail |
|---|
static final SpacerUpdater NULL
| Method Detail |
|---|
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 destroyed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||