org.lobobrowser.html.domimpl

Class HTMLTableRowElementImpl

Implemented Interfaces:
Element, CSS2PropertiesContext, HTMLElement, HTMLTableRowElement, Node, ModelNode, ScriptableDelegate

public class HTMLTableRowElementImpl
extends HTMLElementImpl
implements HTMLTableRowElement

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

HTMLTableRowElementImpl()
HTMLTableRowElementImpl(String name)

Method Summary

void
deleteCell(int index)
String
getAlign()
String
getBgColor()
HTMLCollection
getCells()
String
getCh()
String
getChOff()
int
getRowIndex()
int
getSectionRowIndex()
String
getVAlign()
HTMLElement
insertCell(int index)
void
setAlign(String align)
void
setBgColor(String bgColor)
void
setCh(String ch)
void
setChOff(String chOff)
void
setVAlign(String vAlign)

Methods inherited from class org.lobobrowser.html.domimpl.HTMLElementImpl

addStyleSheetDeclarations, appendOuterHTMLImpl, assignAttributeField, createRenderState, findStyleDeclarations, forgetLocalStyle, forgetStyle, getAncestor, getAncestorForJavaClass, getAncestorWithClass, getAncestorWithId, getAttributeAsBoolean, getAttributeAsInt, getCharset, getClassName, getComputedStyle, getCssInputSourceForDecl, getCurrentStyle, getDocumentBaseURI, getFormInputs, getOffsetHeight, getOffsetLeft, getOffsetTop, getOffsetWidth, getOuterHTML, getParentStyle, getPseudoNames, getStyle, informInvalid, informInvalidAttibute, informLayoutInvalid, setCharset, setClassName, setCurrentStyle, setInnerHTML, setMouseOver, setStyle, toString, warn, warn

Methods inherited from class org.lobobrowser.html.domimpl.ElementImpl

appendInnerTextImpl, assignAttributeField, createSimilarNode, equalAttributes, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getDir, getElementsByTagName, getElementsByTagNameNS, getId, getInnerText, getLang, getLocalName, getNodeName, getNodeType, getNodeValue, getRawInnerText, getSchemaTypeInfo, getTagName, getTitle, hasAttribute, hasAttributeNS, hasAttributes, isTagName, normalizeAttributeName, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeImpl, setAttributeNS, setAttributeNode, setAttributeNodeNS, setDir, setId, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setInnerText, setLang, setNodeValue, setTitle, toString

Methods inherited from class org.lobobrowser.html.domimpl.NodeImpl

appendChild, appendInnerHTMLImpl, cloneNode, compareDocumentPosition, createRenderState, createSimilarNode, equalAttributes, findUINode, forgetRenderState, getAlignmentX, getAlignmentY, getAttributes, getBaseURI, getChildNodes, getChildren, getChildrenArray, getDescendents, getDocumentItem, getDocumentURL, getFeature, getFirstChild, getFullURL, getHtmlRendererContext, getInnerHTML, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeList, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentModelNode, getParentNode, getParentRenderState, getPrefix, getPreviousSibling, getRenderState, getTextContent, getUINode, getUserAgentContext, getUserData, hasAttributes, hasChildNodes, informExternalScriptLoading, informInvalid, informLayoutInvalid, informLookInvalid, informNodeLoaded, informPositionInvalid, informSizeInvalid, informStructureInvalid, insertAfter, insertAt, insertBefore, isDefaultNamespace, isEqualNode, isEqualOrDescendentOf, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeAllChildren, removeAllChildrenImpl, removeChild, removeChildAt, removeChildren, removeChildrenImpl, replaceAdjacentTextNodes, replaceAdjacentTextNodes, replaceChild, setDocumentItem, setNodeValue, setPrefix, setTextContent, setUINode, setUserData, toString, warn, warn

Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate

getScriptable, setScriptable

Constructor Details

HTMLTableRowElementImpl

public HTMLTableRowElementImpl()

HTMLTableRowElementImpl

public HTMLTableRowElementImpl(String name)

Method Details

deleteCell

public void deleteCell(int index)
            throws DOMException
Specified by:
deleteCell in interface HTMLTableRowElement

getAlign

public String getAlign()
Specified by:
getAlign in interface HTMLTableRowElement

getBgColor

public String getBgColor()
Specified by:
getBgColor in interface HTMLTableRowElement

getCells

public HTMLCollection getCells()
Specified by:
getCells in interface HTMLTableRowElement

getCh

public String getCh()
Specified by:
getCh in interface HTMLTableRowElement

getChOff

public String getChOff()
Specified by:
getChOff in interface HTMLTableRowElement

getRowIndex

public int getRowIndex()
Specified by:
getRowIndex in interface HTMLTableRowElement

getSectionRowIndex

public int getSectionRowIndex()
Specified by:
getSectionRowIndex in interface HTMLTableRowElement

getVAlign

public String getVAlign()
Specified by:
getVAlign in interface HTMLTableRowElement

insertCell

public HTMLElement insertCell(int index)
            throws DOMException
Specified by:
insertCell in interface HTMLTableRowElement

setAlign

public void setAlign(String align)
Specified by:
setAlign in interface HTMLTableRowElement

setBgColor

public void setBgColor(String bgColor)
Specified by:
setBgColor in interface HTMLTableRowElement

setCh

public void setCh(String ch)
Specified by:
setCh in interface HTMLTableRowElement

setChOff

public void setChOff(String chOff)
Specified by:
setChOff in interface HTMLTableRowElement

setVAlign

public void setVAlign(String vAlign)
Specified by:
setVAlign in interface HTMLTableRowElement