Uses of Interface
org.barracudamvc.contrib.sam.xmlform.dtd.Checkbox

Packages that use Checkbox
org.barracudamvc.contrib.sam.xmlform.dtd   
 

Uses of Checkbox in org.barracudamvc.contrib.sam.xmlform.dtd
 

Classes in org.barracudamvc.contrib.sam.xmlform.dtd that implement Checkbox
 class CheckboxImpl
           
 

Methods in org.barracudamvc.contrib.sam.xmlform.dtd that return Checkbox
 Checkbox ElementImpl.getCheckbox()
           
 Checkbox Element.getCheckbox()
           
static Checkbox CheckboxImpl.unmarshal(File file)
           
static Checkbox CheckboxImpl.unmarshal(File file, boolean validate)
           
static Checkbox CheckboxImpl.unmarshal(InputStream inputStream)
           
static Checkbox CheckboxImpl.unmarshal(InputStream inputStream, boolean validate)
           
static Checkbox CheckboxImpl.unmarshal(Reader reader)
           
static Checkbox CheckboxImpl.unmarshal(Reader reader, boolean validate)
           
 

Methods in org.barracudamvc.contrib.sam.xmlform.dtd with parameters of type Checkbox
 void ElementImpl.setCheckbox(Checkbox checkbox)
           
 void Element.setCheckbox(Checkbox checkbox)
           
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.