org.stjs.javascript.dom
Class TableRow

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

public abstract class TableRow
extends Element


Field Summary
 String align
           
 String bgColor
           
 HTMLCollection<TableCell> cells
           
 String ch
           
 String chOff
           
 int rowIndex
           
 int sectionRowIndex
           
 String VAlign
           
 
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, width
 
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
TableRow()
           
 
Method Summary
 void deleteCell(int arg0)
           
 Element insertCell(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

VAlign

public String VAlign

align

public String align

bgColor

public String bgColor

cells

public HTMLCollection<TableCell> cells

ch

public String ch

chOff

public String chOff

rowIndex

public int rowIndex

sectionRowIndex

public int sectionRowIndex
Constructor Detail

TableRow

public TableRow()
Method Detail

deleteCell

public void deleteCell(int arg0)

insertCell

public Element insertCell(int arg0)


Copyright © 2013. All Rights Reserved.