|
RichFaces Core API 4.2.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IterationStateHolder
In the original 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.
Method Summary | |
---|---|
Object |
getIterationState()
Get component state for a current iteration. |
void |
setIterationState(Object state)
Set component state for the next iteration. |
Method Detail |
---|
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 implementation
|
RichFaces Core API 4.2.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |