|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.dom.JRexNodeImpl
org.mozilla.jrex.dom.JRexElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLTableCellElementImpl
A class implementing org.w3c.dom.html2.HTMLTableCellElement interface.
HTMLTableCellElement
Field Summary |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary | |
String |
getAbbr()
Abbreviation for header cells. |
String |
getAlign()
Horizontal alignment of data in cell. |
String |
getAxis()
Names group of related headers. |
String |
getBgColor()
Cell background color. |
int |
getCellIndex()
The index of this cell in the row, starting from 0. |
String |
getCh()
Alignment character for cells in a column. |
String |
getChOff()
Offset of alignment character. |
int |
getColSpan()
Number of columns spanned by cell. |
String |
getHeaders()
List of id attribute values for header cells. |
String |
getHeight()
Cell height. |
boolean |
getNoWrap()
Suppress word wrapping. |
int |
getRowSpan()
Number of rows spanned by cell. |
String |
getScope()
Scope covered by header cells. |
String |
getVAlign()
Vertical alignment of data in cell. |
String |
getWidth()
Cell width. |
void |
setAbbr(String abbr)
Abbreviation for header cells. |
void |
setAlign(String align)
Horizontal alignment of data in cell. |
void |
setAxis(String axis)
Names group of related headers. |
void |
setBgColor(String bgColor)
Cell background color. |
void |
setCh(String ch)
Alignment character for cells in a column. |
void |
setChOff(String chOff)
Offset of alignment character. |
void |
setColSpan(int span)
Number of columns spanned by cell. |
void |
setHeaders(String hdrs)
List of id attribute values for header cells. |
void |
setHeight(String height)
Cell height. |
void |
setNoWrap(boolean noWrap)
Suppress word wrapping. |
void |
setRowSpan(int span)
Number of rows spanned by cell. |
void |
setScope(String scope)
Scope covered by header cells. |
void |
setVAlign(String vAlign)
Vertical alignment of data in cell. |
void |
setWidth(String width)
Cell width. |
Methods inherited from class org.mozilla.jrex.dom.html2.JRexHTMLElementImpl |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from class org.mozilla.jrex.dom.JRexElementImpl |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.mozilla.jrex.dom.JRexNodeImpl |
appendChild, cloneNode, dispose, equals, finalize, getAttributes, getChildNodes, getEventTarget, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.html2.HTMLElement |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Method Detail |
public int getCellIndex()
HTMLTableCellElement
getCellIndex
in interface HTMLTableCellElement
public String getAbbr()
HTMLTableCellElement
getAbbr
in interface HTMLTableCellElement
public void setAbbr(String abbr)
HTMLTableCellElement
setAbbr
in interface HTMLTableCellElement
public String getAlign()
HTMLTableCellElement
getAlign
in interface HTMLTableCellElement
public void setAlign(String align)
HTMLTableCellElement
setAlign
in interface HTMLTableCellElement
public String getAxis()
HTMLTableCellElement
getAxis
in interface HTMLTableCellElement
public void setAxis(String axis)
HTMLTableCellElement
setAxis
in interface HTMLTableCellElement
public String getBgColor()
HTMLTableCellElement
getBgColor
in interface HTMLTableCellElement
public void setBgColor(String bgColor)
HTMLTableCellElement
setBgColor
in interface HTMLTableCellElement
public String getCh()
HTMLTableCellElement
getCh
in interface HTMLTableCellElement
public void setCh(String ch)
HTMLTableCellElement
setCh
in interface HTMLTableCellElement
public String getChOff()
HTMLTableCellElement
getChOff
in interface HTMLTableCellElement
public void setChOff(String chOff)
HTMLTableCellElement
setChOff
in interface HTMLTableCellElement
public String getVAlign()
HTMLTableCellElement
getVAlign
in interface HTMLTableCellElement
public void setVAlign(String vAlign)
HTMLTableCellElement
setVAlign
in interface HTMLTableCellElement
public int getColSpan()
HTMLTableCellElement
getColSpan
in interface HTMLTableCellElement
public void setColSpan(int span)
HTMLTableCellElement
setColSpan
in interface HTMLTableCellElement
public String getHeaders()
HTMLTableCellElement
id
attribute values for header cells. See the
headers attribute definition in HTML 4.01.
getHeaders
in interface HTMLTableCellElement
public void setHeaders(String hdrs)
HTMLTableCellElement
id
attribute values for header cells. See the
headers attribute definition in HTML 4.01.
setHeaders
in interface HTMLTableCellElement
public String getHeight()
HTMLTableCellElement
getHeight
in interface HTMLTableCellElement
public void setHeight(String height)
HTMLTableCellElement
setHeight
in interface HTMLTableCellElement
public boolean getNoWrap()
HTMLTableCellElement
getNoWrap
in interface HTMLTableCellElement
public void setNoWrap(boolean noWrap)
HTMLTableCellElement
setNoWrap
in interface HTMLTableCellElement
public int getRowSpan()
HTMLTableCellElement
getRowSpan
in interface HTMLTableCellElement
public void setRowSpan(int span)
HTMLTableCellElement
setRowSpan
in interface HTMLTableCellElement
public String getScope()
HTMLTableCellElement
getScope
in interface HTMLTableCellElement
public void setScope(String scope)
HTMLTableCellElement
setScope
in interface HTMLTableCellElement
public String getWidth()
HTMLTableCellElement
getWidth
in interface HTMLTableCellElement
public void setWidth(String width)
HTMLTableCellElement
setWidth
in interface HTMLTableCellElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |