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

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

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

Classes in org.barracudamvc.contrib.sam.xmlform.dtd that implement Textarea
 class TextareaImpl
           
 

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

Methods in org.barracudamvc.contrib.sam.xmlform.dtd with parameters of type Textarea
 void ElementImpl.setTextarea(Textarea textarea)
           
 void Element.setTextarea(Textarea textarea)
           
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.