org.lobobrowser.html.domimpl

Class HTMLObjectElementImpl

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

public class HTMLObjectElementImpl
extends HTMLAbstractUIElement
implements HTMLObjectElement

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

HTMLObjectElementImpl(String name)

Method Summary

String
getAlign()
String
getAlt()
String
getArchive()
String
getBorder()
String
getCode()
String
getCodeBase()
String
getCodeType()
Document
getContentDocument()
String
getData()
boolean
getDeclare()
HTMLFormElement
getForm()
String
getHeight()
int
getHspace()
String
getName()
String
getObject()
String
getStandby()
int
getTabIndex()
String
getType()
String
getUseMap()
int
getVspace()
String
getWidth()
void
setAlign(String align)
void
setAlt(String alt)
void
setArchive(String archive)
void
setBorder(String border)
void
setCode(String code)
void
setCodeBase(String codeBase)
void
setCodeType(String codeType)
void
setData(String data)
void
setDeclare(boolean declare)
void
setHeight(String height)
void
setHspace(int hspace)
void
setName(String name)
void
setObject(String object)
void
setStandby(String standby)
void
setTabIndex(int tabIndex)
void
setType(String type)
void
setUseMap(String useMap)
void
setVspace(int vspace)
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

HTMLObjectElementImpl

public HTMLObjectElementImpl(String name)

Method Details

getAlign

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

getAlt

public String getAlt()

getArchive

public String getArchive()
Specified by:
getArchive in interface HTMLObjectElement

getBorder

public String getBorder()
Specified by:
getBorder in interface HTMLObjectElement

getCode

public String getCode()
Specified by:
getCode in interface HTMLObjectElement

getCodeBase

public String getCodeBase()
Specified by:
getCodeBase in interface HTMLObjectElement

getCodeType

public String getCodeType()
Specified by:
getCodeType in interface HTMLObjectElement

getContentDocument

public Document getContentDocument()
Specified by:
getContentDocument in interface HTMLObjectElement

getData

public String getData()
Specified by:
getData in interface HTMLObjectElement

getDeclare

public boolean getDeclare()
Specified by:
getDeclare in interface HTMLObjectElement

getForm

public HTMLFormElement getForm()
Specified by:
getForm in interface HTMLObjectElement

getHeight

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

getHspace

public int getHspace()
Specified by:
getHspace in interface HTMLObjectElement

getName

public String getName()
Specified by:
getName in interface HTMLObjectElement

getObject

public String getObject()

getStandby

public String getStandby()
Specified by:
getStandby in interface HTMLObjectElement

getTabIndex

public int getTabIndex()
Specified by:
getTabIndex in interface HTMLObjectElement

getType

public String getType()
Specified by:
getType in interface HTMLObjectElement

getUseMap

public String getUseMap()
Specified by:
getUseMap in interface HTMLObjectElement

getVspace

public int getVspace()
Specified by:
getVspace in interface HTMLObjectElement

getWidth

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

setAlign

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

setAlt

public void setAlt(String alt)

setArchive

public void setArchive(String archive)
Specified by:
setArchive in interface HTMLObjectElement

setBorder

public void setBorder(String border)
Specified by:
setBorder in interface HTMLObjectElement

setCode

public void setCode(String code)
Specified by:
setCode in interface HTMLObjectElement

setCodeBase

public void setCodeBase(String codeBase)
Specified by:
setCodeBase in interface HTMLObjectElement

setCodeType

public void setCodeType(String codeType)
Specified by:
setCodeType in interface HTMLObjectElement

setData

public void setData(String data)
Specified by:
setData in interface HTMLObjectElement

setDeclare

public void setDeclare(boolean declare)
Specified by:
setDeclare in interface HTMLObjectElement

setHeight

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

setHspace

public void setHspace(int hspace)
Specified by:
setHspace in interface HTMLObjectElement

setName

public void setName(String name)
Specified by:
setName in interface HTMLObjectElement

setObject

public void setObject(String object)

setStandby

public void setStandby(String standby)
Specified by:
setStandby in interface HTMLObjectElement

setTabIndex

public void setTabIndex(int tabIndex)
Specified by:
setTabIndex in interface HTMLObjectElement

setType

public void setType(String type)
Specified by:
setType in interface HTMLObjectElement

setUseMap

public void setUseMap(String useMap)
Specified by:
setUseMap in interface HTMLObjectElement

setVspace

public void setVspace(int vspace)
Specified by:
setVspace in interface HTMLObjectElement

setWidth

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