Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
Field Summary |
Fields inherited from class org.lobobrowser.html.domimpl.ElementImpl | |
attributes |
Fields inherited from class org.lobobrowser.html.domimpl.NodeImpl | |
document , logger , nodeList , notificationsSuspended , parentNode , treeLock , uiNode |
Constructor Summary | |
|
Method Summary | |
HTMLElement | |
protected RenderState |
|
HTMLElement | |
HTMLElement | |
void | |
void |
|
void | |
void | |
String |
|
String | |
String | |
HTMLTableCaptionElement | |
String | |
String | |
String |
|
HtmlLength |
|
HTMLCollection |
|
String |
|
String | |
HTMLCollection | |
HTMLTableSectionElement |
|
HTMLTableSectionElement |
|
String |
|
HtmlLength |
|
HTMLElement |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.lobobrowser.html.domimpl.HTMLAbstractUIElement | |
assignAttributeField , blur , focus , getEventFunction , getOnblur , getOnclick , getOncontextmenu , getOndblclick , getOnfocus , getOnkeydown , getOnkeypress , getOnkeyup , getOnmousedown , getOnmousemove , getOnmouseout , getOnmouseover , getOnmouseup , setOnblur , setOnclick , setOncontextmenu , setOndblclick , setOnfocus , setOnkeydown , setOnkeypress , setOnkeyup , setOnmousedown , setOnmousemove , setOnmouseout , setOnmouseover , setOnmouseup |
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate | |
getScriptable , setScriptable |
public HTMLTableElementImpl()
public HTMLTableElementImpl(String name)
public HTMLElement createCaption()
- Specified by:
- createCaption in interface HTMLTableElement
protected RenderState createRenderState(RenderState prevRenderState)
- Overrides:
- createRenderState in interface HTMLElementImpl
public void deleteRow(int index) throws DOMException
- Specified by:
- deleteRow in interface HTMLTableElement
public HTMLTableCaptionElement getCaption()
- Specified by:
- getCaption in interface HTMLTableElement
public String getCellPadding()
- Specified by:
- getCellPadding in interface HTMLTableElement
public String getCellSpacing()
- Specified by:
- getCellSpacing in interface HTMLTableElement
public HTMLTableSectionElement getTFoot()
- Specified by:
- getTFoot in interface HTMLTableElement
public HTMLTableSectionElement getTHead()
- Specified by:
- getTHead in interface HTMLTableElement
public HTMLElement insertRow(int index) throws DOMException
Inserts a row at the index given. Ifindex
is-1
, the row is appended as the last row.
- Specified by:
- insertRow in interface HTMLTableElement
public void setBgColor(String bgColor)
- Specified by:
- setBgColor in interface HTMLTableElement
public void setCaption(HTMLTableCaptionElement caption) throws DOMException
- Specified by:
- setCaption in interface HTMLTableElement
public void setCellPadding(String cellPadding)
- Specified by:
- setCellPadding in interface HTMLTableElement
public void setCellSpacing(String cellSpacing)
- Specified by:
- setCellSpacing in interface HTMLTableElement
public void setSummary(String summary)
- Specified by:
- setSummary in interface HTMLTableElement
public void setTFoot(HTMLTableSectionElement tFoot) throws DOMException
- Specified by:
- setTFoot in interface HTMLTableElement
public void setTHead(HTMLTableSectionElement tHead) throws DOMException
- Specified by:
- setTHead in interface HTMLTableElement