org.sgx.j2s.html
Class HTMLTable

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

public abstract class HTMLTable
extends Element


Field Summary
 int border
           
 java.lang.String caption
           
 int cellPadding
           
 java.lang.String summary
           
 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
HTMLTable()
           
 
Method Summary
 void deleteRow(int row)
           
 void insertRow(int row)
           
 
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

border

public int border

caption

public java.lang.String caption

summary

public java.lang.String summary

width

public java.lang.String width

cellPadding

public int cellPadding
Constructor Detail

HTMLTable

public HTMLTable()
Method Detail

deleteRow

public void deleteRow(int row)

insertRow

public void insertRow(int row)