org.siebengeisslein.pgui.userlocal
Class CheckboxUserData

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.userlocal.UserScopeData
          extended by org.siebengeisslein.pgui.userlocal.CheckboxUserData
All Implemented Interfaces:
Instrumented

public class CheckboxUserData
extends UserScopeData


Constructor Summary
CheckboxUserData()
           
 
Method Summary
 boolean isSelected()
           
 void setSelected(boolean selected)
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckboxUserData

public CheckboxUserData()
Method Detail

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean selected)