protected static class ContentNormalizer.ContentNormalizerState extends java.lang.Object implements State
| Modifier | Constructor and Description |
|---|---|
protected |
ContentNormalizerState() |
| Modifier and Type | Method and Description |
|---|---|
LayoutElement |
getCurrentElement() |
LayoutElement |
getCurrentSilbling() |
State |
getModelBuilderState() |
long |
getNextId() |
State |
getRecordingContentNormalizerState() |
StatefullComponent |
restore(LayoutProcess layoutProcess)
Creates a restored instance of the saved component.
|
void |
setCurrentElement(LayoutElement currentElement) |
void |
setCurrentSilbling(LayoutElement currentSilbling) |
void |
setModelBuilderState(State modelBuilderState) |
void |
setNextId(long nextId) |
void |
setRecordingContentNormalizerState(State recordingContentNormalizerState) |
public State getRecordingContentNormalizerState()
public void setRecordingContentNormalizerState(State recordingContentNormalizerState)
public State getModelBuilderState()
public void setModelBuilderState(State modelBuilderState)
public LayoutElement getCurrentElement()
public void setCurrentElement(LayoutElement currentElement)
public LayoutElement getCurrentSilbling()
public void setCurrentSilbling(LayoutElement currentSilbling)
public long getNextId()
public void setNextId(long nextId)
public StatefullComponent restore(LayoutProcess layoutProcess) throws StateException
restore in interface StatelayoutProcess - the layout process that controls it allStateException