Package org.loboevolution.html.dom
Interface HTMLIFrameElement
- All Superinterfaces:
Element
,EventTarget
,HTMLElement
,InnerHTML
,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.boolean
isAllowFullscreen.boolean
isAllowPaymentRequest.void
setAlign.void
setAllow.void
setAllowFullscreen
(boolean allowFullscreen) setAllowFullscreen.void
setAllowPaymentRequest
(boolean allowPaymentRequest) setAllowPaymentRequest.void
setFrameBorder
(String frameBorder) setFrameBorder.void
setHeight.void
setLongDesc
(String longDesc) setLongDesc.void
setMarginHeight
(String marginHeight) setMarginHeight.void
setMarginWidth
(String marginWidth) setMarginWidth.void
setName.void
setScrolling
(String scrolling) setScrolling.void
setSrc.void
setSrcdoc.void
setWidth.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, toggleAttribute
Methods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListener
Methods inherited from interface org.loboevolution.html.dom.HTMLElement
click, getAccessKey, getAccessKeyLabel, getAutocapitalize, getContentEditable, getDir, getInnerText, getLang, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getTitle, isDraggable, isHidden, isSpellcheck, isTranslate, setAccessKey, setAutocapitalize, setContentEditable, setDir, setDraggable, setHidden, setInnerText, setLang, setSpellcheck, setTitle, setTranslate
Methods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTML
Methods inherited from interface org.loboevolution.html.node.Node
appendChild, cloneNode, cloneNode, compareDocumentPosition, contains, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNodeValue, setOwnerDocument, setPrefix, setTextContent, setUserData
Methods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSibling
Methods 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
String
object.
-
setAlign
setAlign.
- Parameters:
align
- aString
object.
-
getAllow
String getAllow()getAllow.
- Returns:
- a
String
object.
-
setAllow
setAllow.
- Parameters:
allow
- aString
object.
-
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
Document
object.
-
getContentWindow
WindowProxy getContentWindow()Retrieves the object of the specified.- Returns:
- a
WindowProxy
object.
-
getFrameBorder
Deprecated.Sets or retrieves whether to display a border for the frame.- Returns:
- a
String
object.
-
setFrameBorder
setFrameBorder.
- Parameters:
frameBorder
- aString
object.
-
getHeight
String getHeight()Sets or retrieves the height of the object.- Returns:
- a
String
object.
-
setHeight
setHeight.
- Parameters:
height
- aString
object.
-
getLongDesc
Deprecated.Sets or retrieves a URI to a long description of the object.- Returns:
- a
String
object.
-
setLongDesc
setLongDesc.
- Parameters:
longDesc
- aString
object.
-
getMarginHeight
Deprecated.Sets or retrieves the top and bottom margin heights before displaying the text in a frame.- Returns:
- a
String
object.
-
setMarginHeight
setMarginHeight.
- Parameters:
marginHeight
- aString
object.
-
getMarginWidth
Deprecated.Sets or retrieves the left and right margin widths before displaying the text in a frame.- Returns:
- a
String
object.
-
setMarginWidth
setMarginWidth.
- Parameters:
marginWidth
- aString
object.
-
getName
String getName()Sets or retrieves the frame name.- Returns:
- a
String
object.
-
setName
setName.
- Parameters:
name
- aString
object.
-
getSandbox
DOMTokenList getSandbox()getSandbox.
- Returns:
- a
DOMTokenList
object.
-
getScrolling
Deprecated.Sets or retrieves whether the frame can be scrolled.- Returns:
- a
String
object.
-
setScrolling
setScrolling.
- Parameters:
scrolling
- aString
object.
-
getSrc
String getSrc()Sets or retrieves a URL to be loaded by the object.- Returns:
- a
String
object.
-
setSrc
setSrc.
- Parameters:
src
- aString
object.
-
getSrcdoc
String getSrcdoc()Sets or retrives the content of the page that is to contain.- Returns:
- a
String
object.
-
setSrcdoc
setSrcdoc.
- Parameters:
srcdoc
- aString
object.
-
getWidth
String getWidth()Sets or retrieves the width of the object.- Returns:
- a
String
object.
-
setWidth
setWidth.
- Parameters:
width
- aString
object.
-
getSVGDocument
Document getSVGDocument()getSVGDocument.
- Returns:
- a
Document
object.
-