org.stjs.javascript.dom
Class Table

java.lang.Object
  extended by org.stjs.javascript.dom.Node
      extended by org.stjs.javascript.dom.Element
          extended by org.stjs.javascript.dom.Table

public abstract class Table
extends Element


Field Summary
 String align
           
 String bgColor
           
 String border
           
 TableCaption caption
           
 String cellPadding
           
 String cellSpacing
           
 String frame
           
 HTMLCollection<TableRow> rows
           
 String rules
           
 String summary
           
 HTMLCollection<TableSection> TBodies
           
 TableSection TFoot
           
 TableSection THead
           
 String width
           
 
Fields inherited from class org.stjs.javascript.dom.Element
className, clientHeight, clientWidth, contentWindow, dir, document, height, id, innerHTML, lang, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, onblur, onchange, onclick, ondblclick, onerror, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, scrollHeight, scrollLeft, scrollTop, scrollWidth, sheet, styleSheet, tagName, title
 
Fields inherited from class org.stjs.javascript.dom.Node
attributes, baseURI, childNodes, firstChild, hasAttributes, hasChildNodes, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling, textContent
 
Constructor Summary
Table()
           
 
Method Summary
 Element createCaption()
           
 Element createTFoot()
           
 Element createTHead()
           
 void deleteCaption()
           
 void deleteRow(int arg0)
           
 void deleteTFoot()
           
 void deleteTHead()
           
 Element insertRow(int arg0)
           
 
Methods inherited from class org.stjs.javascript.dom.Element
getAttribute, getAttributeNode, getElementsByTagName, hasAttribute, removeAttribute, removeAttributeNode, setAttribute, setAttributeNode, setIdAttribute, setIdAttributeNode
 
Methods inherited from class org.stjs.javascript.dom.Node
appendChild, cloneNode, compareDocumentPosition, getFeature, getUserData, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TBodies

public HTMLCollection<TableSection> TBodies

TFoot

public TableSection TFoot

THead

public TableSection THead

align

public String align

bgColor

public String bgColor

border

public String border

caption

public TableCaption caption

cellPadding

public String cellPadding

cellSpacing

public String cellSpacing

frame

public String frame

rows

public HTMLCollection<TableRow> rows

rules

public String rules

summary

public String summary

width

public String width
Constructor Detail

Table

public Table()
Method Detail

createCaption

public Element createCaption()

createTFoot

public Element createTFoot()

createTHead

public Element createTHead()

deleteCaption

public void deleteCaption()

deleteRow

public void deleteRow(int arg0)

deleteTFoot

public void deleteTFoot()

deleteTHead

public void deleteTHead()

insertRow

public Element insertRow(int arg0)


Copyright © 2013. All Rights Reserved.