|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stjs.javascript.dom.Node
org.stjs.javascript.dom.Element
org.stjs.javascript.dom.TableCell
public abstract class TableCell
| Field Summary | |
|---|---|
String |
abbr
|
String |
align
|
String |
axis
|
String |
bgColor
|
int |
cellIndex
|
String |
ch
|
String |
chOff
|
int |
colSpan
|
String |
headers
|
String |
height
|
boolean |
noWrap
|
int |
rowSpan
|
String |
scope
|
String |
VAlign
|
String |
width
|
| Fields inherited from class org.stjs.javascript.dom.Element |
|---|
className, clientHeight, clientWidth, contentWindow, dir, document, 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 | |
|---|---|
TableCell()
|
|
| Method Summary |
|---|
| 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 |
|---|
public String VAlign
public String abbr
public String align
public String axis
public String bgColor
public int cellIndex
public String ch
public String chOff
public int colSpan
public String headers
public String height
public boolean noWrap
public int rowSpan
public String scope
public String width
| Constructor Detail |
|---|
public TableCell()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||