org.richfaces.component
Class SavedState
java.lang.Object
org.richfaces.component.SavedState
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public final class SavedState
- extends java.lang.Object
- implements javax.faces.component.StateHolder
This class keep values of EditableValueHolder
row-sensitive fields.
- Author:
- shura
Method Summary |
void |
apply(javax.faces.component.EditableValueHolder evh)
|
void |
apply(org.ajax4jsf.component.IterationStateHolder ish)
|
void |
apply(javax.faces.component.UIForm form)
|
boolean |
isTransient()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObject)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setTransient(boolean newTransientValue)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EMPTY
public static final SavedState EMPTY
SavedState
public SavedState()
SavedState
public SavedState(javax.faces.component.EditableValueHolder evh)
SavedState
public SavedState(org.ajax4jsf.component.IterationStateHolder ish)
SavedState
public SavedState(javax.faces.component.UIForm form)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
apply
public void apply(javax.faces.component.EditableValueHolder evh)
apply
public void apply(org.ajax4jsf.component.IterationStateHolder ish)
apply
public void apply(javax.faces.component.UIForm form)
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient
in interface javax.faces.component.StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface javax.faces.component.StateHolder
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObject)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.