org.sgx.j2s.html
Class Textarea

Package class diagram package Textarea
java.lang.Object
  extended by org.sgx.j2s.html.Element
      extended by org.sgx.j2s.html.Textarea

public abstract class Textarea
extends Element


Field Summary
 int cols
           
 boolean disabled
           
 java.lang.String name
           
 java.lang.String value
           
 
Fields inherited from class org.sgx.j2s.html.Element
alt, checked, childNodes, className, clientHeight, clientWidth, firstChild, hasLayout, height, href, id, innerHTML, innerText, lastChild, multiple, nextSibling, nodeName, nodeType, nodeValue, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, onblur, onchange, onclick, oncontextmenu, ondblclick, onfocus, onfocusout, onhelp, onkeydown, onkeypress, onkeyup, onLoseCapture, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onscroll, onselectchange, onselectstart, options, parentNode, readOnly, rel, scrollHeight, scrollLeft, scrollTop, scrollWidth, selectedIndex, size, src, style, tabIndex, target, text, title, type, width
 
Constructor Summary
Textarea()
           
 
Method Summary
 
Methods inherited from class org.sgx.j2s.html.Element
add, appendChild, cloneNode, focus, getAttribute, insertBefore, removeChild, replaceChild, select, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value

name

public java.lang.String name

cols

public int cols

disabled

public boolean disabled
Constructor Detail

Textarea

public Textarea()