Uses of Class
org.apache.ecs.html.TextArea

Packages that use TextArea
org.apache.ecs.html   
 

Uses of TextArea in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return TextArea
 TextArea TextArea.setRows(int rows)
          Sets the ROWS="" attribute
 TextArea TextArea.setRows(java.lang.String rows)
          Sets the ROWS="" attribute
 TextArea TextArea.setWrap(java.lang.String wrap)
          Sets the WRAP="" attribute
 TextArea TextArea.setCols(int cols)
          Sets the COLS="" attribute
 TextArea TextArea.setCols(java.lang.String cols)
          Sets the COLS="" attribute
 TextArea TextArea.setName(java.lang.String name)
          Sets the NAME="" attribute
 TextArea TextArea.setTabindex(java.lang.String index)
          Sets the TABINDEX="" attribute
 TextArea TextArea.setTabindex(int index)
          Sets the TABINDEX="" attribute
 TextArea TextArea.setReadOnly(boolean readonly)
          Sets the readonly value
 TextArea TextArea.setDisabled(boolean disabled)
          Sets the disabled value
 TextArea TextArea.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TextArea TextArea.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 TextArea TextArea.addElement(Element element)
          Adds an Element to the element.
 TextArea TextArea.addElement(java.lang.String element)
          Adds an Element to the element.
 TextArea TextArea.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.