Uses of Interface
org.jreform.Checkbox

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

Uses of Checkbox in org.jreform
 

Methods in org.jreform that return Checkbox
<T> Checkbox<T>
InputCollection.getCheckbox(String name)
           
 

Uses of Checkbox in org.jreform.internal
 

Classes in org.jreform.internal that implement Checkbox
(package private)  class CheckboxImpl<T>
           
 

Methods in org.jreform.internal that return Checkbox
<T> Checkbox<T>
AbstractInputCollection.getCheckbox(String name)
           
 



Copyright © 2007-2008 jReform