public interface IterationStateHolder
UIData
component, only state for a
EditableValueHolder
component saved for an iteration. In the Richfaces, we also save state for
a components implemented this interface.Modifier and Type | Method and Description |
---|---|
Object |
getIterationState()
Get component state for a current iteration.
|
void |
setIterationState(Object state)
Set component state for the next iteration.
|
Object getIterationState()
void setIterationState(Object state)
null
value. In the second case component should reset its state to the initial.state
- request-scope component state or null
. Details are subject for a component implementationCopyright © 2015 JBoss by Red Hat. All Rights Reserved.