protected abstract static class AbstractStyleResolver.AbstractStyleResolverState extends java.lang.Object implements State
Modifier | Constructor and Description |
---|---|
protected |
AbstractStyleResolver.AbstractStyleResolverState() |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractStyleResolver |
create() |
protected void |
fill(AbstractStyleResolver resolver,
LayoutProcess layoutProcess) |
LayoutStyle |
getInitialStyle() |
StyleKey[] |
getKeys() |
StatefullComponent |
restore(LayoutProcess layoutProcess)
Creates a restored instance of the saved component.
|
void |
setInitialStyle(LayoutStyle initialStyle) |
void |
setKeys(StyleKey[] keys) |
protected AbstractStyleResolver.AbstractStyleResolverState()
public LayoutStyle getInitialStyle()
public void setInitialStyle(LayoutStyle initialStyle)
protected abstract AbstractStyleResolver create()
public StatefullComponent restore(LayoutProcess layoutProcess) throws StateException
State
restore
in interface State
layoutProcess
- the layout process that controls it allStateException
protected void fill(AbstractStyleResolver resolver, LayoutProcess layoutProcess)
public StyleKey[] getKeys()
public void setKeys(StyleKey[] keys)