org.lobobrowser.html.domimpl

Class HTMLTableCellElementImpl

Implemented Interfaces:
Element, CSS2PropertiesContext, HTMLElement, HTMLTableCellElement, Node, ModelNode, ScriptableDelegate
Known Direct Subclasses:
HTMLTableHeadElementImpl

public class HTMLTableCellElementImpl
extends HTMLAbstractUIElement
implements HTMLTableCellElement

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

HTMLTableCellElementImpl(String name)

Method Summary

protected RenderState
createRenderState(RenderState prevRenderState)
String
getAbbr()
String
getAlign()
String
getAxis()
String
getBgColor()
int
getCellIndex()
String
getCh()
String
getChOff()
int
getColSpan()
String
getHeaders()
String
getHeight()
boolean
getNoWrap()
int
getRowSpan()
String
getScope()
String
getVAlign()
String
getWidth()
void
setAbbr(String abbr)
void
setAlign(String align)
void
setAxis(String axis)
void
setBgColor(String bgColor)
void
setCh(String ch)
void
setChOff(String chOff)
void
setColSpan(int colSpan)
void
setHeaders(String headers)
void
setHeight(String height)
void
setNoWrap(boolean noWrap)
void
setRowSpan(int rowSpan)
void
setScope(String scope)
void
setVAlign(String vAlign)
void
setWidth(String width)

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.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

HTMLTableCellElementImpl

public HTMLTableCellElementImpl(String name)

Method Details

createRenderState

protected RenderState createRenderState(RenderState prevRenderState)
Overrides:
createRenderState in interface HTMLElementImpl

getAbbr

public String getAbbr()
Specified by:
getAbbr in interface HTMLTableCellElement

getAlign

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

getAxis

public String getAxis()
Specified by:
getAxis in interface HTMLTableCellElement

getBgColor

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

getCellIndex

public int getCellIndex()
Specified by:
getCellIndex in interface HTMLTableCellElement

getCh

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

getChOff

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

getColSpan

public int getColSpan()
Specified by:
getColSpan in interface HTMLTableCellElement

getHeaders

public String getHeaders()
Specified by:
getHeaders in interface HTMLTableCellElement

getHeight

public String getHeight()
Specified by:
getHeight in interface HTMLTableCellElement

getNoWrap

public boolean getNoWrap()
Specified by:
getNoWrap in interface HTMLTableCellElement

getRowSpan

public int getRowSpan()
Specified by:
getRowSpan in interface HTMLTableCellElement

getScope

public String getScope()
Specified by:
getScope in interface HTMLTableCellElement

getVAlign

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

getWidth

public String getWidth()
Specified by:
getWidth in interface HTMLTableCellElement

setAbbr

public void setAbbr(String abbr)
Specified by:
setAbbr in interface HTMLTableCellElement

setAlign

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

setAxis

public void setAxis(String axis)
Specified by:
setAxis in interface HTMLTableCellElement

setBgColor

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

setCh

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

setChOff

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

setColSpan

public void setColSpan(int colSpan)
Specified by:
setColSpan in interface HTMLTableCellElement

setHeaders

public void setHeaders(String headers)
Specified by:
setHeaders in interface HTMLTableCellElement

setHeight

public void setHeight(String height)
Specified by:
setHeight in interface HTMLTableCellElement

setNoWrap

public void setNoWrap(boolean noWrap)
Specified by:
setNoWrap in interface HTMLTableCellElement

setRowSpan

public void setRowSpan(int rowSpan)
Specified by:
setRowSpan in interface HTMLTableCellElement

setScope

public void setScope(String scope)
Specified by:
setScope in interface HTMLTableCellElement

setVAlign

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

setWidth

public void setWidth(String width)
Specified by:
setWidth in interface HTMLTableCellElement