Method Summary |
|
public Node | cloneNode(boolean deep) Explicit implementation of cloneNode() to ensure that cache used
for getRows() and getTBodies() gets cleared. |
public synchronized HTMLElement | createCaption() |
public synchronized HTMLElement | createTFoot() |
public synchronized HTMLElement | createTHead() |
public synchronized void | deleteCaption() |
public synchronized void | deleteRow(int index) |
public synchronized void | deleteTFoot() |
public synchronized void | deleteTHead() |
public String | getAlign() |
public String | getBgColor() |
public String | getBorder() |
public synchronized HTMLTableCaptionElement | getCaption() |
public String | getCellPadding() |
public String | getCellSpacing() |
public String | getFrame() |
public HTMLCollection | getRows() |
public String | getRules() |
public String | getSummary() |
public HTMLCollection | getTBodies() |
public synchronized HTMLTableSectionElement | getTFoot() |
public synchronized HTMLTableSectionElement | getTHead() |
public String | getWidth() |
public HTMLElement | insertRow(int index) |
void | insertRowX(int index, HTMLTableRowElementImpl newRow) |
public void | setAlign(String align) |
public void | setBgColor(String bgColor) |
public void | setBorder(String border) |
public synchronized void | setCaption(HTMLTableCaptionElement caption) |
public void | setCellPadding(String cellPadding) |
public void | setCellSpacing(String cellSpacing) |
public void | setFrame(String frame) |
public void | setRules(String rules) |
public void | setSummary(String summary) |
public synchronized void | setTFoot(HTMLTableSectionElement tFoot) |
public synchronized void | setTHead(HTMLTableSectionElement tHead) |
public void | setWidth(String width) |