Package org.loboevolution.html.dom
Interface HTMLIFrameElement
- All Superinterfaces:
Element,EventTarget,HTMLElement,InnerHTML,ModelNode,Node,NonDocumentTypeChildNode,ParentNode
- All Known Implementing Classes:
HTMLIFrameElementImpl
Provides special properties and methods (beyond those of the HTMLElement
interface it also has available to it by inheritance) for manipulating the
layout and presentation of inline frame elements.
-
Field Summary
Fields inherited from interface org.loboevolution.html.node.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, NONE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()Deprecated.getAllow()getAllow.Retrieves the document object of the page or frame.Retrieves the object of the specified.Deprecated.Sets or retrieves the height of the object.Deprecated.Deprecated.Deprecated.getName()Sets or retrieves the frame name.getSandbox.Deprecated.getSrc()Sets or retrieves a URL to be loaded by the object.Sets or retrives the content of the page that is to contain.getSVGDocument.getWidth()Sets or retrieves the width of the object.booleanisAllowFullscreen.booleanisAllowPaymentRequest.voidsetAlign.voidsetAllow.voidsetAllowFullscreen(boolean allowFullscreen) setAllowFullscreen.voidsetAllowPaymentRequest(boolean allowPaymentRequest) setAllowPaymentRequest.voidsetFrameBorder(String frameBorder) setFrameBorder.voidsetHeight.voidsetLongDesc(String longDesc) setLongDesc.voidsetMarginHeight(String marginHeight) setMarginHeight.voidsetMarginWidth(String marginWidth) setMarginWidth.voidsetName.voidsetScrolling(String scrolling) setScrolling.voidsetSrc.voidsetSrcdoc.voidsetWidth.Methods inherited from interface org.loboevolution.html.node.Element
closest, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getId, getInnerHTML, getLocalName, getNamespaceURI, getOuterHTML, getPrefix, getSchemaTypeInfo, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSlot, getTagName, hasAttribute, hasAttributeNS, hasPointerCapture, insertAdjacentElement, insertAdjacentHTML, matches, releasePointerCapture, removeAttribute, removeAttributeNode, removeAttributeNS, requestPointerLock, scroll, scrollBy, scrollIntoView, scrollIntoView, scrollTo, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOuterHTML, setPointerCapture, setScrollLeft, setScrollTop, setSlot, toggleAttribute, toggleAttributeMethods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListenerMethods inherited from interface org.loboevolution.html.dom.HTMLElement
click, getAccessKey, getAccessKeyLabel, getAutocapitalize, getContentEditable, getCurrentStyle, getDir, getInnerText, getLang, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getStyle, getTitle, isDraggable, isHidden, isSpellcheck, isTranslate, setAccessKey, setAutocapitalize, setContentEditable, setDir, setDraggable, setHidden, setInnerText, setLang, setSpellcheck, setTitle, setTranslateMethods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTMLMethods inherited from interface org.loboevolution.html.node.ModelNode
getDocumentItem, getFullURL, getParentModelNode, getRenderState, isEqualOrDescendentOf, setDocumentItem, warnMethods inherited from interface org.loboevolution.html.node.Node
appendChild, appendChildrenToCollectionImpl, cloneNode, cloneNode, compareDocumentPosition, contains, extractDescendentsArrayImpl, findUINode, forgetRenderState, getAttributes, getBaseURI, getChildNodes, getDocumentNode, getFeature, getFirstChild, getLastChild, getNextSibling, getNextTo, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getPreviousTo, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNamespaceURI, setNodeValue, setOwnerDocument, setOwnerDocument, setParentImpl, setPrefix, setTextContent, setUserData, visitMethods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSiblingMethods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAll
-
Method Details
-
getAlign
Deprecated.Sets or retrieves how the object is aligned with adjacent text.- Returns:
- a
Stringobject.
-
setAlign
setAlign.
- Parameters:
align- aStringobject.
-
getAllow
String getAllow()getAllow.
- Returns:
- a
Stringobject.
-
setAllow
setAllow.
- Parameters:
allow- aStringobject.
-
isAllowFullscreen
boolean isAllowFullscreen()isAllowFullscreen.
- Returns:
- a boolean.
-
setAllowFullscreen
void setAllowFullscreen(boolean allowFullscreen) setAllowFullscreen.
- Parameters:
allowFullscreen- a boolean.
-
isAllowPaymentRequest
boolean isAllowPaymentRequest()isAllowPaymentRequest.
- Returns:
- a boolean.
-
setAllowPaymentRequest
void setAllowPaymentRequest(boolean allowPaymentRequest) setAllowPaymentRequest.
- Parameters:
allowPaymentRequest- a boolean.
-
getContentDocument
Document getContentDocument()Retrieves the document object of the page or frame.- Returns:
- a
Documentobject.
-
getContentWindow
WindowProxy getContentWindow()Retrieves the object of the specified.- Returns:
- a
WindowProxyobject.
-
getFrameBorder
Deprecated.Sets or retrieves whether to display a border for the frame.- Returns:
- a
Stringobject.
-
setFrameBorder
setFrameBorder.
- Parameters:
frameBorder- aStringobject.
-
getHeight
String getHeight()Sets or retrieves the height of the object.- Returns:
- a
Stringobject.
-
setHeight
setHeight.
- Parameters:
height- aStringobject.
-
getLongDesc
Deprecated.Sets or retrieves a URI to a long description of the object.- Returns:
- a
Stringobject.
-
setLongDesc
setLongDesc.
- Parameters:
longDesc- aStringobject.
-
getMarginHeight
Deprecated.Sets or retrieves the top and bottom margin heights before displaying the text in a frame.- Returns:
- a
Stringobject.
-
setMarginHeight
setMarginHeight.
- Parameters:
marginHeight- aStringobject.
-
getMarginWidth
Deprecated.Sets or retrieves the left and right margin widths before displaying the text in a frame.- Returns:
- a
Stringobject.
-
setMarginWidth
setMarginWidth.
- Parameters:
marginWidth- aStringobject.
-
getName
String getName()Sets or retrieves the frame name.- Returns:
- a
Stringobject.
-
setName
setName.
- Parameters:
name- aStringobject.
-
getSandbox
DOMTokenList getSandbox()getSandbox.
- Returns:
- a
DOMTokenListobject.
-
getScrolling
Deprecated.Sets or retrieves whether the frame can be scrolled.- Returns:
- a
Stringobject.
-
setScrolling
setScrolling.
- Parameters:
scrolling- aStringobject.
-
getSrc
String getSrc()Sets or retrieves a URL to be loaded by the object.- Returns:
- a
Stringobject.
-
setSrc
setSrc.
- Parameters:
src- aStringobject.
-
getSrcdoc
String getSrcdoc()Sets or retrives the content of the page that is to contain.- Returns:
- a
Stringobject.
-
setSrcdoc
setSrcdoc.
- Parameters:
srcdoc- aStringobject.
-
getWidth
String getWidth()Sets or retrieves the width of the object.- Returns:
- a
Stringobject.
-
setWidth
setWidth.
- Parameters:
width- aStringobject.
-
getSVGDocument
Document getSVGDocument()getSVGDocument.
- Returns:
- a
Documentobject.
-