Uses of Class
org.jreform.CheckableState

Packages that use CheckableState
org.jreform Main package that defines public api. 
org.jreform.internal Contains the bulk of implementation. 
 

Uses of CheckableState in org.jreform
 

Methods in org.jreform that return CheckableState
 CheckableState Checkbox.getState()
           
static CheckableState CheckableState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CheckableState[] CheckableState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jreform that return types with arguments of type CheckableState
 Map<String,CheckableState> Radio.getState()
           
 Map<String,CheckableState> MultiCheckbox.getState()
           
 

Uses of CheckableState in org.jreform.internal
 

Fields in org.jreform.internal with type parameters of type CheckableState
private  Map<String,CheckableState> MultiCheckboxImpl.stateMap
           
private  Map<String,CheckableState> RadioImpl.stateMap
           
 

Methods in org.jreform.internal that return CheckableState
 CheckableState CheckboxImpl.getState()
           
 

Methods in org.jreform.internal that return types with arguments of type CheckableState
 Map<String,CheckableState> MultiCheckboxImpl.getState()
           
 Map<String,CheckableState> RadioImpl.getState()
           
 



Copyright © 2007-2008 jReform