org.lobobrowser.html.domimpl
Class HTMLIFrameElementImpl
java.lang.Object
org.lobobrowser.js.AbstractScriptableDelegate
org.lobobrowser.html.domimpl.NodeImpl
org.lobobrowser.html.domimpl.ElementImpl
org.lobobrowser.html.domimpl.HTMLElementImpl
org.lobobrowser.html.domimpl.HTMLAbstractUIElement
org.lobobrowser.html.domimpl.HTMLIFrameElementImpl
- All Implemented Interfaces:
- FrameNode, ModelNode, org.lobobrowser.html.style.CSS2PropertiesContext, org.lobobrowser.js.ScriptableDelegate, org.w3c.dom.Element, org.w3c.dom.html2.HTMLElement, org.w3c.dom.html2.HTMLIFrameElement, org.w3c.dom.Node
public class HTMLIFrameElementImpl
- extends HTMLAbstractUIElement
- implements org.w3c.dom.html2.HTMLIFrameElement, FrameNode
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Methods inherited from class org.lobobrowser.html.domimpl.HTMLAbstractUIElement |
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, createDefaultStyleSheet, findStyleDeclarations, forgetLocalStyle, forgetStyle, getAncestor, getAncestorForJavaClass, getAncestorWithClass, getAncestorWithId, getAttributeAsBoolean, getAttributeAsInt, getCharset, getClassName, getComputedStyle, getCssInputSourceForDecl, getCurrentStyle, getDocumentBaseURI, getFormInputs, getOffsetHeight, getOffsetLeft, getOffsetTop, getOffsetWidth, getOuterHTML, getParent, getParentStyle, getParentWithClass, getParentWithId, getPreceedingSibling, getPreceedingSiblingElement, getPreceedingSiblingWithClass, getPreceedingSiblingWithId, getPseudoNames, getStyle, informInvalid, informInvalidAttibute, setCharset, setClassName, setCurrentStyle, setInnerHTML, setMouseOver, setStyle, toString, warn, warn |
Methods inherited from class org.lobobrowser.html.domimpl.ElementImpl |
createSimilarNode, equalAttributes, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDir, getElementsByTagName, getElementsByTagNameNS, getId, getLang, getLocalName, getNodeName, getNodeType, getNodeValue, getRawInnerText, getSchemaTypeInfo, getTagName, getTitle, hasAttribute, hasAttributeNS, hasAttributes, htmlEncodeChildText, isTagName, normalizeAttributeName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeImpl, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDir, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerText, setLang, setNodeValue, setTitle |
Methods inherited from class org.lobobrowser.html.domimpl.NodeImpl |
appendChild, appendInnerHTMLImpl, appendInnerTextImpl, cloneNode, compareDocumentPosition, findUINode, forgetRenderState, getAlignmentX, getAlignmentY, getBaseURI, getChildNodes, getChildren, getChildrenArray, getDescendents, getDocumentItem, getDocumentURL, getFeature, getFirstChild, getFullURL, getHtmlRendererContext, getInnerHTML, getInnerText, getLastChild, getNamespaceURI, getNextSibling, getNodeList, getOwnerDocument, getParentModelNode, getParentNode, getParentRenderState, getPrefix, getPreviousSibling, getRenderState, getTextContent, getUINode, getUserAgentContext, getUserData, hasChildNodes, informDocumentInvalid, informExternalScriptLoading, 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, setPrefix, setTextContent, setUINode, setUserData |
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate |
getScriptable, setScriptable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.html2.HTMLElement |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface org.lobobrowser.html.style.CSS2PropertiesContext |
informLayoutInvalid, informLookInvalid, informPositionInvalid, informSizeInvalid |
HTMLIFrameElementImpl
public HTMLIFrameElementImpl(java.lang.String name)
setBrowserFrame
public void setBrowserFrame(BrowserFrame frame)
- Specified by:
setBrowserFrame
in interface FrameNode
getBrowserFrame
public BrowserFrame getBrowserFrame()
- Specified by:
getBrowserFrame
in interface FrameNode
getAlign
public java.lang.String getAlign()
- Specified by:
getAlign
in interface org.w3c.dom.html2.HTMLIFrameElement
getContentDocument
public org.w3c.dom.Document getContentDocument()
- Specified by:
getContentDocument
in interface org.w3c.dom.html2.HTMLIFrameElement
getContentWindow
public org.lobobrowser.html.js.Window getContentWindow()
getFrameBorder
public java.lang.String getFrameBorder()
- Specified by:
getFrameBorder
in interface org.w3c.dom.html2.HTMLIFrameElement
getHeight
public java.lang.String getHeight()
- Specified by:
getHeight
in interface org.w3c.dom.html2.HTMLIFrameElement
getLongDesc
public java.lang.String getLongDesc()
- Specified by:
getLongDesc
in interface org.w3c.dom.html2.HTMLIFrameElement
getMarginHeight
public java.lang.String getMarginHeight()
- Specified by:
getMarginHeight
in interface org.w3c.dom.html2.HTMLIFrameElement
getMarginWidth
public java.lang.String getMarginWidth()
- Specified by:
getMarginWidth
in interface org.w3c.dom.html2.HTMLIFrameElement
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.w3c.dom.html2.HTMLIFrameElement
getScrolling
public java.lang.String getScrolling()
- Specified by:
getScrolling
in interface org.w3c.dom.html2.HTMLIFrameElement
getSrc
public java.lang.String getSrc()
- Specified by:
getSrc
in interface org.w3c.dom.html2.HTMLIFrameElement
getWidth
public java.lang.String getWidth()
- Specified by:
getWidth
in interface org.w3c.dom.html2.HTMLIFrameElement
setAlign
public void setAlign(java.lang.String align)
- Specified by:
setAlign
in interface org.w3c.dom.html2.HTMLIFrameElement
setFrameBorder
public void setFrameBorder(java.lang.String frameBorder)
- Specified by:
setFrameBorder
in interface org.w3c.dom.html2.HTMLIFrameElement
setHeight
public void setHeight(java.lang.String height)
- Specified by:
setHeight
in interface org.w3c.dom.html2.HTMLIFrameElement
setLongDesc
public void setLongDesc(java.lang.String longDesc)
- Specified by:
setLongDesc
in interface org.w3c.dom.html2.HTMLIFrameElement
setMarginHeight
public void setMarginHeight(java.lang.String marginHeight)
- Specified by:
setMarginHeight
in interface org.w3c.dom.html2.HTMLIFrameElement
setMarginWidth
public void setMarginWidth(java.lang.String marginWidth)
- Specified by:
setMarginWidth
in interface org.w3c.dom.html2.HTMLIFrameElement
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface org.w3c.dom.html2.HTMLIFrameElement
setScrolling
public void setScrolling(java.lang.String scrolling)
- Specified by:
setScrolling
in interface org.w3c.dom.html2.HTMLIFrameElement
setSrc
public void setSrc(java.lang.String src)
- Specified by:
setSrc
in interface org.w3c.dom.html2.HTMLIFrameElement
setWidth
public void setWidth(java.lang.String width)
- Specified by:
setWidth
in interface org.w3c.dom.html2.HTMLIFrameElement
assignAttributeField
protected void assignAttributeField(java.lang.String normalName,
java.lang.String value)
- Overrides:
assignAttributeField
in class HTMLAbstractUIElement
createRenderState
protected org.lobobrowser.html.style.RenderState createRenderState(org.lobobrowser.html.style.RenderState prevRenderState)
- Overrides:
createRenderState
in class HTMLElementImpl
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Cobra Project Home]