public final class SavedState extends Object implements javax.faces.component.StateHolder
EditableValueHolder
row-sensitive fields.Modifier and Type | Field and Description |
---|---|
static SavedState |
EMPTY |
Constructor and Description |
---|
SavedState() |
SavedState(javax.faces.component.EditableValueHolder evh) |
SavedState(IterationStateHolder ish) |
SavedState(javax.faces.component.UIForm form) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.component.EditableValueHolder evh) |
void |
apply(IterationStateHolder ish) |
void |
apply(javax.faces.component.UIForm form) |
boolean |
isTransient() |
void |
restoreState(javax.faces.context.FacesContext context,
Object stateObject) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setTransient(boolean newTransientValue) |
String |
toString() |
public static final SavedState EMPTY
public SavedState()
public SavedState(javax.faces.component.EditableValueHolder evh)
public SavedState(IterationStateHolder ish)
public SavedState(javax.faces.component.UIForm form)
public void apply(javax.faces.component.EditableValueHolder evh)
public void apply(IterationStateHolder ish)
public void apply(javax.faces.component.UIForm form)
public void setTransient(boolean newTransientValue)
setTransient
in interface javax.faces.component.StateHolder
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context, Object stateObject)
restoreState
in interface javax.faces.component.StateHolder
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.