org.sgx.j2s.html
Class HTMLTableCell

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

public class HTMLTableCell
extends Element


Field Summary
 java.lang.String abbr
           
 java.lang.String align
           
 java.lang.String axis
           
 int cellIndex
           
 int colSpan
           
 int rowSpan
           
 java.lang.String vAlign
           
 java.lang.String width
           
 
Fields inherited from class org.sgx.j2s.html.Element
alt, checked, childNodes, className, clientHeight, clientWidth, disabled, 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, value
 
Constructor Summary
HTMLTableCell()
           
 
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

abbr

public java.lang.String abbr

align

public java.lang.String align

width

public java.lang.String width

axis

public java.lang.String axis

vAlign

public java.lang.String vAlign

cellIndex

public int cellIndex

colSpan

public int colSpan

rowSpan

public int rowSpan
Constructor Detail

HTMLTableCell

public HTMLTableCell()