org.ajax4jsf.tests
Class MockComponentState
java.lang.Object
org.ajax4jsf.tests.MockComponentState
- All Implemented Interfaces:
- java.io.Serializable, org.ajax4jsf.model.DataComponentState
public class MockComponentState
- extends java.lang.Object
- implements org.ajax4jsf.model.DataComponentState, java.io.Serializable
- Author:
- shura
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockComponentState
public MockComponentState()
getRange
public org.ajax4jsf.model.Range getRange()
- Specified by:
getRange
in interface org.ajax4jsf.model.DataComponentState
isTransient
public boolean isTransient()
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
setTransient
public void setTransient(boolean newTransientValue)
getCount
public int getCount()
- Returns:
- the count
setCount
public void setCount(int count)
- Parameters:
count
- the count to set
Copyright © 2009. All Rights Reserved.