|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Node
org.kde.koala.Element
org.kde.koala.HTMLElement
org.kde.koala.HTMLTableSectionElement
public class HTMLTableSectionElement
The THEAD
, TFOOT
, and TBODY
elements.
Constructor Summary | |
---|---|
|
HTMLTableSectionElement()
|
protected |
HTMLTableSectionElement(java.lang.Class dummy)
|
|
HTMLTableSectionElement(HTMLTableSectionElement other)
|
|
HTMLTableSectionElement(Node other)
|
Method Summary | |
---|---|
java.lang.String |
align()
Horizontal alignment of data in cells. |
java.lang.String |
ch()
Alignment character for cells in a column. |
java.lang.String |
chOff()
Offset of alignment character. |
void |
deleteRow(long index)
Delete a row from this section. |
HTMLElement |
insertRow(long index)
Insert a row into this section. |
HTMLCollection |
rows()
The collection of rows in this table section. |
void |
setAlign(java.lang.String arg1)
see align |
void |
setCh(java.lang.String arg1)
see ch |
void |
setChOff(java.lang.String arg1)
see chOff |
void |
setVAlign(java.lang.String arg1)
see vAlign |
java.lang.String |
vAlign()
Vertical alignment of data in cells. |
Methods inherited from class org.kde.koala.HTMLElement |
---|
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title |
Methods inherited from class org.kde.koala.Node |
---|
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected HTMLTableSectionElement(java.lang.Class dummy)
public HTMLTableSectionElement()
public HTMLTableSectionElement(HTMLTableSectionElement other)
public HTMLTableSectionElement(Node other)
Method Detail |
---|
public java.lang.String align()
align
attribute for HTMLTheadElement for details.
public void setAlign(java.lang.String arg1)
public java.lang.String ch()
public void setCh(java.lang.String arg1)
public java.lang.String chOff()
public void setChOff(java.lang.String arg1)
public java.lang.String vAlign()
valign
attribute for HTMLTheadElement for details.
public void setVAlign(java.lang.String arg1)
public HTMLCollection rows()
public HTMLElement insertRow(long index)
index
- The row number where to insert a new row.
public void deleteRow(long index)
index
- The index of the row to be deleted,
or -1 to delete the last row. This index starts from 0 and is relative only
to the rows contained inside this section, not all the rows in the table.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |