Uses of Class
fc.web.forms.TextArea.WrapType

Packages that use TextArea.WrapType
fc.web.forms Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). 
 

Uses of TextArea.WrapType in fc.web.forms
 

Fields in fc.web.forms declared as TextArea.WrapType
static TextArea.WrapType TextArea.WrapType.HARD
           
static TextArea.WrapType TextArea.WrapType.OFF
           
static TextArea.WrapType TextArea.WrapType.SOFT
           
 

Methods in fc.web.forms with parameters of type TextArea.WrapType
 TextArea TextArea.setWrap(TextArea.WrapType wrap)
          Sets the wrapping mode of this text box.