Uses of Class
fc.web.forms.TextArea

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

Uses of TextArea in fc.web.forms
 

Methods in fc.web.forms that return TextArea
 TextArea Form.getTextArea(java.lang.String name)
          Returns the field with the specific name as a TextArea.
 TextArea TextArea.setCols(int cols)
          This value (if set) is rendered as the html COLS tag.
 TextArea TextArea.setRows(int rows)
          This value (if set) is rendered as the html ROWS tag.
 TextArea TextArea.setWrap(TextArea.WrapType wrap)
          Sets the wrapping mode of this text box.