Package elemental2.dom
Class HTMLObjectElement
- java.lang.Object
-
- elemental2.dom.Node
-
- elemental2.dom.Element
-
- elemental2.dom.HTMLElement
-
- elemental2.dom.HTMLObjectElement
-
- All Implemented Interfaces:
EventTarget
@JsType(isNative=true, namespace="<global>") public class HTMLObjectElement extends HTMLElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
HTMLObjectElement.TSetPropertyValueUnionType
-
Nested classes/interfaces inherited from class elemental2.dom.HTMLElement
HTMLElement.AttachedCallbackFn, HTMLElement.ConnectedCallbackFn, HTMLElement.CreatedCallbackFn, HTMLElement.DetachedCallbackFn, HTMLElement.DisconnectedCallbackFn
-
Nested classes/interfaces inherited from class elemental2.dom.Element
Element.AfterNodesUnionType, Element.AppendNodesUnionType, Element.BeforeNodesUnionType, Element.FocusOptionsType, Element.MatchesSelectorRefNodesUnionType, Element.OnabortFn, Element.OnbeforeinputFn, Element.OnbeforeunloadFn, Element.OnblurFn, Element.OnchangeFn, Element.OnclickFn, Element.OncompositionendFn, Element.OncompositionstartFn, Element.OncompositionupdateFn, Element.OncontextmenuFn, Element.OncopyFn, Element.OncutFn, Element.OndblclickFn, Element.OnerrorFn, Element.OnfocusFn, Element.OnfocusinFn, Element.OnfocusoutFn, Element.OninputFn, Element.OnkeydownFn, Element.OnkeypressFn, Element.OnkeyupFn, Element.OnloadFn, Element.OnmousedownFn, Element.OnmousemoveFn, Element.OnmouseoutFn, Element.OnmouseoverFn, Element.OnmouseupFn, Element.OnmousewheelFn, Element.OnpasteFn, Element.OnresetFn, Element.OnresizeFn, Element.OnscrollFn, Element.OnselectFn, Element.OnselectionchangeFn, Element.OnselectstartFn, Element.OnsubmitFn, Element.OntextinputFn, Element.OntouchcancelFn, Element.OntouchendFn, Element.OntouchmoveFn, Element.OntouchstartFn, Element.OnunloadFn, Element.OnwheelFn, Element.PrependNodesUnionType, Element.ReplaceChildrenNodesUnionType, Element.ReplaceWithNodesUnionType, Element.ScrollIntoViewTopUnionType, Element.ScrollToScrollToOptionsOrXUnionType, Element.SetAttributeNSValueUnionType, Element.SetAttributeValueUnionType
-
Nested classes/interfaces inherited from interface elemental2.dom.EventTarget
EventTarget.AddEventListenerListenerFn, EventTarget.AddEventListenerOptionsUnionType, EventTarget.RemoveEventListenerListenerFn, EventTarget.RemoveEventListenerOptionsUnionType
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
align
java.lang.String
archive
java.lang.String
border
java.lang.String
code
java.lang.String
codeBase
java.lang.String
codeType
Document
contentDocument
java.lang.String
data
boolean
declare
HTMLFormElement
form
java.lang.String
height
int
hspace
java.lang.String
name
java.lang.String
standby
int
tabIndex
java.lang.String
type
java.lang.String
useMap
java.lang.String
validationMessage
ValidityState
validity
int
vspace
java.lang.String
width
boolean
willValidate
-
Fields inherited from class elemental2.dom.HTMLElement
attachedCallback, className, connectedCallback, contextMenu, createdCallback, dataset, detachedCallback, dir, disconnectedCallback, draggable, dropzone, hidden, inert, lang, nonce, observedAttributes, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, shadowRoot, spellcheck, style, title
-
Fields inherited from class elemental2.dom.Element
ALLOW_KEYBOARD_INPUT, attributes, childElementCount, classList, clientHeight, clientLeft, clientTop, clientWidth, firstElementChild, id, innerHTML, lastElementChild, nextElementSibling, onabort, onbeforeinput, onbeforeunload, onblur, onchange, onclick, oncompositionend, oncompositionstart, oncompositionupdate, oncontextmenu, oncopy, oncut, ondblclick, onerror, onfocus, onfocusin, onfocusout, oninput, onkeydown, onkeypress, onkeyup, onload, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel, onpaste, onreset, onresize, onscroll, onselect, onselectionchange, onselectstart, onsubmit, ontextinput, ontouchcancel, ontouchend, ontouchmove, ontouchstart, onunload, onwheel, outerHTML, previousElementSibling, scrollHeight, scrollLeft, scrollTop, scrollWidth, slot, tagName
-
Fields inherited from class elemental2.dom.Node
assignedSlot, ATTRIBUTE_NODE, baseURI, CDATA_SECTION_NODE, childNodes, 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, firstChild, isConnected, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent
-
-
Constructor Summary
Constructors Constructor Description HTMLObjectElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
CallFunction(java.lang.String xmlString)
boolean
checkValidity()
java.lang.String
GetVariable(java.lang.String varName)
void
GotoFrame(double frameNumber)
boolean
IsPlaying()
void
LoadMovie(double layerNumber, java.lang.String url)
void
Pan(double x, double y, double mode)
double
PercentLoaded()
void
Play()
void
Rewind()
void
setCustomValidity(java.lang.String p0)
void
SetVariable(java.lang.String variableName, java.lang.String value)
void
SetZoomRect(double left, double top, double right, double bottom)
void
StopPlay()
void
TCallFrame(java.lang.String target, double frameNumber)
void
TCallLabel(java.lang.String target, java.lang.String label)
double
TCurentFrame(java.lang.String target)
java.lang.String
TCurrentLabel(java.lang.String target)
java.lang.String
TGetProperty(java.lang.String target, double property)
double
TGetPropertyAsNumber(java.lang.String target, double property)
void
TGotoFrame(java.lang.String target, double frameNumber)
void
TGotoLabel(java.lang.String target, java.lang.String label)
double
TotalFrames()
void
TPlay(double target)
void
TSetProperty(double target, double property, double value)
void
TSetProperty(double target, double property, HTMLObjectElement.TSetPropertyValueUnionType value)
void
TSetProperty(double target, double property, java.lang.String value)
void
TStopPlay(double target)
void
Zoom(double percent)
-
Methods inherited from class elemental2.dom.HTMLElement
adoptedCallback, attachShadow, attributeChangedCallback, click, createShadowRoot, getDestinationInsertionPoints, webkitCreateShadowRoot
-
Methods inherited from class elemental2.dom.Element
after, after, after, append, append, append, before, before, before, blur, closest, focus, focus, getAttribute, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClientRects, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, insertAdjacentElement, insertAdjacentText, matches, matchesSelector, matchesSelector, matchesSelector, matchesSelector, mozMatchesSelector, mozRequestFullScreen, mozRequestFullScreenWithKeys, msMatchesSelector, msRequestFullscreen, oMatchesSelector, prepend, prepend, prepend, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, replaceChildren, replaceChildren, replaceChildren, replaceWith, replaceWith, replaceWith, requestFullscreen, requestFullscreen, scrollIntoView, scrollIntoView, scrollIntoView, scrollIntoView, scrollTo, scrollTo, scrollTo, scrollTo, scrollTo, scrollTo, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setAttributeNS, setAttributeNS, setAttributeNS, toggleAttribute, toggleAttribute, webkitMatchesSelector, webkitRequestFullscreen, webkitRequestFullscreen, webkitRequestFullScreen, webkitRequestFullScreen
-
Methods inherited from class elemental2.dom.Node
addEventListener, addEventListener, appendChild, cloneNode, compareDocumentPosition, contains, dispatchEvent, getFeature, getRootNode, getRootNode, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, removeEventListener, removeEventListener, replaceChild
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elemental2.dom.EventTarget
addEventListener, addEventListener, removeEventListener, removeEventListener
-
-
-
-
Field Detail
-
align
public java.lang.String align
-
archive
public java.lang.String archive
-
border
public java.lang.String border
-
code
public java.lang.String code
-
codeBase
public java.lang.String codeBase
-
codeType
public java.lang.String codeType
-
contentDocument
public Document contentDocument
-
data
public java.lang.String data
-
declare
public boolean declare
-
form
public HTMLFormElement form
-
height
public java.lang.String height
-
hspace
public int hspace
-
name
public java.lang.String name
-
standby
public java.lang.String standby
-
tabIndex
public int tabIndex
-
type
public java.lang.String type
-
useMap
public java.lang.String useMap
-
validationMessage
public java.lang.String validationMessage
-
validity
public ValidityState validity
-
vspace
public int vspace
-
width
public java.lang.String width
-
willValidate
public boolean willValidate
-
-
Method Detail
-
CallFunction
public java.lang.String CallFunction(java.lang.String xmlString)
-
GetVariable
public java.lang.String GetVariable(java.lang.String varName)
-
GotoFrame
public void GotoFrame(double frameNumber)
-
IsPlaying
public boolean IsPlaying()
-
LoadMovie
public void LoadMovie(double layerNumber, java.lang.String url)
-
Pan
public void Pan(double x, double y, double mode)
-
PercentLoaded
public double PercentLoaded()
-
Play
public void Play()
-
Rewind
public void Rewind()
-
SetVariable
public void SetVariable(java.lang.String variableName, java.lang.String value)
-
SetZoomRect
public void SetZoomRect(double left, double top, double right, double bottom)
-
StopPlay
public void StopPlay()
-
TCallFrame
public void TCallFrame(java.lang.String target, double frameNumber)
-
TCallLabel
public void TCallLabel(java.lang.String target, java.lang.String label)
-
TCurentFrame
public double TCurentFrame(java.lang.String target)
-
TCurrentLabel
public java.lang.String TCurrentLabel(java.lang.String target)
-
TGetProperty
public java.lang.String TGetProperty(java.lang.String target, double property)
-
TGetPropertyAsNumber
public double TGetPropertyAsNumber(java.lang.String target, double property)
-
TGotoFrame
public void TGotoFrame(java.lang.String target, double frameNumber)
-
TGotoLabel
public void TGotoLabel(java.lang.String target, java.lang.String label)
-
TPlay
public void TPlay(double target)
-
TSetProperty
@JsOverlay public final void TSetProperty(double target, double property, java.lang.String value)
-
TSetProperty
public void TSetProperty(double target, double property, HTMLObjectElement.TSetPropertyValueUnionType value)
-
TSetProperty
@JsOverlay public final void TSetProperty(double target, double property, double value)
-
TStopPlay
public void TStopPlay(double target)
-
TotalFrames
public double TotalFrames()
-
Zoom
public void Zoom(double percent)
-
checkValidity
public boolean checkValidity()
-
setCustomValidity
public void setCustomValidity(java.lang.String p0)
-
-