Uses of Class
org.mortbay.html.TextArea

Packages that use TextArea
org.mortbay.html   
 

Uses of TextArea in org.mortbay.html
 

Methods in org.mortbay.html that return TextArea
 TextArea TableForm.addTextArea(String tag, String label, int width, int height, String value)
          Add a Text Area.
 TextArea TextArea.setSize(int cols, int lines)