public class StateHolderArray extends Object implements javax.faces.component.StateHolder
Constructor and Description |
---|
StateHolderArray() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object e) |
Object |
get(int index) |
boolean |
isEmpty() |
boolean |
isTransient() |
void |
restoreState(javax.faces.context.FacesContext context,
Object stateObject) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setTransient(boolean newTransientValue) |
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
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public void setTransient(boolean newTransientValue)
setTransient
in interface javax.faces.component.StateHolder
public boolean add(Object e)
public Object get(int index)
public boolean isEmpty()
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.