@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Window")
public class Window
extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
@JsNonNull java.lang.String |
name
The Window.name property gets/sets the name of the window's browsing context.
|
@JsNullable EventHandler |
onabort
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
|
@JsNullable EventHandler |
onafterprint
The onafterprint property of the WindowEventHandlers mixin is the EventHandler for processing afterprint events for the current window.
|
@JsNullable AnimationEventHandler |
onanimationcancel
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
|
@JsNullable AnimationEventHandler |
onanimationend
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
|
@JsNullable AnimationEventHandler |
onanimationiteration
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
|
@JsNullable AnimationEventHandler |
onanimationstart
An event handler for the animationstart event.
|
@JsNullable EventHandler |
onauxclick
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
|
@JsNullable EventHandler |
onbeforeprint
The onbeforeprint property of the WindowEventHandlers mixin is the EventHandler for processing beforeprint events for the current window.
|
@JsNullable OnBeforeUnloadEventHandler |
onbeforeunload
The onbeforeunload property of the WindowEventHandlers mixin is the EventHandler for processing beforeunload events.
|
@JsNullable EventHandler |
onbeforexrselect |
@JsNullable FocusEventHandler |
onblur
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
|
@JsNullable EventHandler |
oncancel
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
|
@JsNullable EventHandler |
oncanplay
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
|
@JsNullable EventHandler |
oncanplaythrough
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
|
@JsNullable EventHandler |
onchange
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
|
@JsNullable EventHandler |
onclick
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
|
@JsNullable EventHandler |
onclose
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
|
@JsNullable EventHandler |
oncompassneedscalibration |
@JsNullable EventHandler |
oncontextlost |
@JsNullable EventHandler |
oncontextmenu
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
|
@JsNullable EventHandler |
oncontextrestored |
@JsNullable EventHandler |
oncuechange
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
|
@JsNullable EventHandler |
ondblclick
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
|
@JsNullable DeviceMotionEventHandler |
ondevicemotion
An event handler for the devicemotion events sent to the window.
|
@JsNullable DeviceOrientationEventHandler |
ondeviceorientation
An event handler for the deviceorientation event, which contains information about a relative device orientation change.
|
@JsNullable EventHandler |
ondeviceorientationabsolute
An event handler for the deviceorientationabsolute event containing information about an absolute device orientation change.
|
@JsNullable DragEventHandler |
ondrag
A global event handler for the drag event.
|
@JsNullable DragEventHandler |
ondragend
A global event handler for the dragend event.
|
@JsNullable DragEventHandler |
ondragenter
A global event handler for the dragenter event.
|
@JsNullable DragEventHandler |
ondragleave
A global event handler for the dragleave event.
|
@JsNullable DragEventHandler |
ondragover
A global event handler for the dragover event.
|
@JsNullable DragEventHandler |
ondragstart
A global event handler for the dragstart event.
|
@JsNullable DragEventHandler |
ondrop
A global event handler for the drop event.
|
@JsNullable EventHandler |
ondurationchange
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
|
@JsNullable EventHandler |
onemptied
The onemptied property sets and returns the event handler for the emptied event.
|
@JsNullable EventHandler |
onended
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
|
@JsNullable OnErrorEventHandler |
onerror
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
|
@JsNullable FocusEventHandler |
onfocus
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
|
@JsNullable EventHandler |
onformdata
The onformdata property of the GlobalEventHandlers mixin is the EventHandler for processing formdata events, fired after the entry list representing the form's data is constructed.
|
@JsNullable GamepadEventHandler |
ongamepadconnected
The ongamepadconnected property of the Window interface represents an event handler that will run when a gamepad is connected (when the gamepadconnected event fires).
|
@JsNullable GamepadEventHandler |
ongamepaddisconnected
The ongamepaddisconnected property of the Window interface represents an event handler that will run when a gamepad is disconnected (when the gamepaddisconnected event fires).
|
@JsNullable PointerEventHandler |
ongotpointercapture
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
|
@JsNullable HashChangeEventHandler |
onhashchange
The WindowEventHandlers.onhashchange property of the WindowEventHandlers mixin is the EventHandler for processing hashchange events.
|
@JsNullable EventHandler |
oninput
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
|
@JsNullable EventHandler |
oninvalid
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
|
@JsNullable EventHandler |
onkeydown
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
|
@JsNullable EventHandler |
onkeypress
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
|
@JsNullable EventHandler |
onkeyup
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
|
@JsNullable EventHandler |
onlanguagechange
The onlanguagechange property of the WindowEventHandlers mixin is the EventHandler for processing languagechange events.
|
@JsNullable EventHandler |
onload
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
|
@JsNullable EventHandler |
onloadeddata
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
|
@JsNullable EventHandler |
onloadedmetadata
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
|
@JsNullable EventHandler |
onloadstart
The onloadstart property of the GlobalEventHandlers mixin is an EventHandler representing the code to be called when the loadstart event is raised (when progress has begun on the loading of a resource.)
|
@JsNullable PointerEventHandler |
onlostpointercapture
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
|
@JsNullable MessageEventHandler |
onmessage
The onmessage property of the WindowEventHandlers mixin is the EventHandler called whenever an object receives a message event.
|
@JsNullable MessageEventHandler |
onmessageerror
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
|
@JsNullable EventHandler |
onmousedown
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
|
@JsNullable EventHandler |
onmouseenter
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
|
@JsNullable EventHandler |
onmouseleave
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
|
@JsNullable EventHandler |
onmousemove
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
|
@JsNullable EventHandler |
onmouseout
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
|
@JsNullable EventHandler |
onmouseover
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
|
@JsNullable EventHandler |
onmouseup
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
|
@JsNullable EventHandler |
onoffline |
@JsNullable EventHandler |
ononline |
@JsNullable EventHandler |
onorientationchange |
@JsNullable PageTransitionEventHandler |
onpagehide |
@JsNullable PageTransitionEventHandler |
onpageshow |
@JsNullable EventHandler |
onpause
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
|
@JsNullable EventHandler |
onplay
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
|
@JsNullable EventHandler |
onplaying
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
|
@JsNullable PointerEventHandler |
onpointercancel
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
|
@JsNullable PointerEventHandler |
onpointerdown
The GlobalEventHandlers event handler onpointerdown is used to specify the event handler for the pointerdown event, which is fired when the pointing device is initially pressed.
|
@JsNullable PointerEventHandler |
onpointerenter
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
|
@JsNullable PointerEventHandler |
onpointerleave
The global event handler for the pointerleave event, which is delivered to a Node when the pointer (mouse cursor, fingertip, etc.) exits its hit test area (for example, if the cursor exits an Element or Window's content area).
|
@JsNullable PointerEventHandler |
onpointermove
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
|
@JsNullable PointerEventHandler |
onpointerout
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
|
@JsNullable PointerEventHandler |
onpointerover
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
|
@JsNullable PointerEventHandler |
onpointerup
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
|
@JsNullable PopStateEventHandler |
onpopstate
The onpopstate property of the WindowEventHandlers mixin is the EventHandler for processing popstate events on the window.
|
@JsNullable EventHandler |
onprogress |
@JsNullable EventHandler |
onratechange |
@JsNullable PromiseRejectionEventHandler |
onrejectionhandled
The onrejectionhandled property of the WindowEventHandlers mixin is the EventHandler for processing rejectionhandled events.
|
@JsNullable EventHandler |
onreset
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
|
@JsNullable UIEventHandler |
onresize
The onresize property of the GlobalEventHandlers interface is an EventHandler that processes resize events.
|
@JsNullable EventHandler |
onscroll
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
|
@JsNullable EventHandler |
onsecuritypolicyviolation |
@JsNullable EventHandler |
onseeked |
@JsNullable EventHandler |
onseeking |
@JsNullable EventHandler |
onselect
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
|
@JsNullable EventHandler |
onselectionchange
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
|
@JsNullable EventHandler |
onselectstart
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
|
@JsNullable EventHandler |
onslotchange |
@JsNullable EventHandler |
onstalled |
@JsNullable StorageEventHandler |
onstorage
The onstorage property of the WindowEventHandlers mixin is an EventHandler for processing storage events.
|
@JsNullable EventHandler |
onsubmit
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
|
@JsNullable EventHandler |
onsuspend |
@JsNullable EventHandler |
ontimeupdate |
@JsNullable EventHandler |
ontoggle |
@JsNullable TouchEventHandler |
ontouchcancel
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
|
@JsNullable TouchEventHandler |
ontouchend
A global event handler for the touchend event.
|
@JsNullable TouchEventHandler |
ontouchmove
A global event handler for the touchmove event.
|
@JsNullable TouchEventHandler |
ontouchstart
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
|
@JsNullable TransitionEventHandler |
ontransitioncancel
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
|
@JsNullable TransitionEventHandler |
ontransitionend
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
|
@JsNullable TransitionEventHandler |
ontransitionrun |
@JsNullable TransitionEventHandler |
ontransitionstart |
@JsNullable PromiseRejectionEventHandler |
onunhandledrejection
The onunhandledrejection property of the WindowEventHandlers mixin is the EventHandler for processing unhandledrejection events.
|
@JsNullable EventHandler |
onunload
The onunload property of the WindowEventHandlers mixin is the EventHandler for processing unload events.
|
@JsNullable EventHandler |
onvolumechange |
@JsNullable EventHandler |
onwaiting |
@JsNullable EventHandler |
onwebkitanimationend |
@JsNullable EventHandler |
onwebkitanimationiteration |
@JsNullable EventHandler |
onwebkitanimationstart |
@JsNullable EventHandler |
onwebkittransitionend |
@JsNullable EventHandler |
onwheel
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
|
@JsNullable jsinterop.base.Any |
opener
The Window interface's opener property returns a reference to the window that opened the window, either with open(), or by navigating a link with a target attribute.
|
@JsNonNull java.lang.String |
status
The status property of the Window interface was originally intended to set the text in the status bar at the bottom of the browser window.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Window() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAfterprintListener(EventListener callback) |
void |
addAfterprintListener(EventListener callback,
AddEventListenerOptions options) |
void |
addAfterprintListener(EventListener callback,
boolean useCapture) |
void |
addAnimationcancelListener(AnimationEventListener callback) |
void |
addAnimationcancelListener(AnimationEventListener callback,
AddEventListenerOptions options) |
void |
addAnimationcancelListener(AnimationEventListener callback,
boolean useCapture) |
void |
addAnimationendListener(AnimationEventListener callback) |
void |
addAnimationendListener(AnimationEventListener callback,
AddEventListenerOptions options) |
void |
addAnimationendListener(AnimationEventListener callback,
boolean useCapture) |
void |
addAnimationiterationListener(AnimationEventListener callback) |
void |
addAnimationiterationListener(AnimationEventListener callback,
AddEventListenerOptions options) |
void |
addAnimationiterationListener(AnimationEventListener callback,
boolean useCapture) |
void |
addAnimationstartListener(AnimationEventListener callback) |
void |
addAnimationstartListener(AnimationEventListener callback,
AddEventListenerOptions options) |
void |
addAnimationstartListener(AnimationEventListener callback,
boolean useCapture) |
void |
addAppinstalledListener(EventListener callback) |
void |
addAppinstalledListener(EventListener callback,
AddEventListenerOptions options) |
void |
addAppinstalledListener(EventListener callback,
boolean useCapture) |
void |
addBeforeprintListener(EventListener callback) |
void |
addBeforeprintListener(EventListener callback,
AddEventListenerOptions options) |
void |
addBeforeprintListener(EventListener callback,
boolean useCapture) |
void |
addBeforeunloadListener(BeforeUnloadEventListener callback) |
void |
addBeforeunloadListener(BeforeUnloadEventListener callback,
AddEventListenerOptions options) |
void |
addBeforeunloadListener(BeforeUnloadEventListener callback,
boolean useCapture) |
void |
addBlurListener(FocusEventListener callback) |
void |
addBlurListener(FocusEventListener callback,
AddEventListenerOptions options) |
void |
addBlurListener(FocusEventListener callback,
boolean useCapture) |
void |
addClipboardchangeListener(ClipboardEventListener callback) |
void |
addClipboardchangeListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
void |
addClipboardchangeListener(ClipboardEventListener callback,
boolean useCapture) |
void |
addCopyListener(ClipboardEventListener callback) |
void |
addCopyListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
void |
addCopyListener(ClipboardEventListener callback,
boolean useCapture) |
void |
addCutListener(ClipboardEventListener callback) |
void |
addCutListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
void |
addCutListener(ClipboardEventListener callback,
boolean useCapture) |
void |
addDevicemotionListener(DeviceMotionEventListener callback) |
void |
addDevicemotionListener(DeviceMotionEventListener callback,
AddEventListenerOptions options) |
void |
addDevicemotionListener(DeviceMotionEventListener callback,
boolean useCapture) |
void |
addDeviceorientationListener(DeviceOrientationEventListener callback) |
void |
addDeviceorientationListener(DeviceOrientationEventListener callback,
AddEventListenerOptions options) |
void |
addDeviceorientationListener(DeviceOrientationEventListener callback,
boolean useCapture) |
void |
addDOMContentLoadedListener(EventListener callback) |
void |
addDOMContentLoadedListener(EventListener callback,
AddEventListenerOptions options) |
void |
addDOMContentLoadedListener(EventListener callback,
boolean useCapture) |
void |
addDragendListener(DragEventListener callback) |
void |
addDragendListener(DragEventListener callback,
AddEventListenerOptions options) |
void |
addDragendListener(DragEventListener callback,
boolean useCapture) |
void |
addDragenterListener(DragEventListener callback) |
void |
addDragenterListener(DragEventListener callback,
AddEventListenerOptions options) |
void |
addDragenterListener(DragEventListener callback,
boolean useCapture) |
void |
addDragleaveListener(DragEventListener callback) |
void |
addDragleaveListener(DragEventListener callback,
AddEventListenerOptions options) |
void |
addDragleaveListener(DragEventListener callback,
boolean useCapture) |
void |
addDragListener(DragEventListener callback) |
void |
addDragListener(DragEventListener callback,
AddEventListenerOptions options) |
void |
addDragListener(DragEventListener callback,
boolean useCapture) |
void |
addDragoverListener(DragEventListener callback) |
void |
addDragoverListener(DragEventListener callback,
AddEventListenerOptions options) |
void |
addDragoverListener(DragEventListener callback,
boolean useCapture) |
void |
addDragstartListener(DragEventListener callback) |
void |
addDragstartListener(DragEventListener callback,
AddEventListenerOptions options) |
void |
addDragstartListener(DragEventListener callback,
boolean useCapture) |
void |
addDropListener(DragEventListener callback) |
void |
addDropListener(DragEventListener callback,
AddEventListenerOptions options) |
void |
addDropListener(DragEventListener callback,
boolean useCapture) |
void |
addErrorListener(ErrorEventListener callback) |
void |
addErrorListener(ErrorEventListener callback,
AddEventListenerOptions options) |
void |
addErrorListener(ErrorEventListener callback,
boolean useCapture) |
void |
addFocusListener(FocusEventListener callback) |
void |
addFocusListener(FocusEventListener callback,
AddEventListenerOptions options) |
void |
addFocusListener(FocusEventListener callback,
boolean useCapture) |
void |
addGamepadconnectedListener(GamepadEventListener callback) |
void |
addGamepadconnectedListener(GamepadEventListener callback,
AddEventListenerOptions options) |
void |
addGamepadconnectedListener(GamepadEventListener callback,
boolean useCapture) |
void |
addGamepaddisconnectedListener(GamepadEventListener callback) |
void |
addGamepaddisconnectedListener(GamepadEventListener callback,
AddEventListenerOptions options) |
void |
addGamepaddisconnectedListener(GamepadEventListener callback,
boolean useCapture) |
void |
addGotpointercaptureListener(PointerEventListener callback) |
void |
addGotpointercaptureListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addGotpointercaptureListener(PointerEventListener callback,
boolean useCapture) |
void |
addHashchangeListener(HashChangeEventListener callback) |
void |
addHashchangeListener(HashChangeEventListener callback,
AddEventListenerOptions options) |
void |
addHashchangeListener(HashChangeEventListener callback,
boolean useCapture) |
void |
addLanguagechangeListener(EventListener callback) |
void |
addLanguagechangeListener(EventListener callback,
AddEventListenerOptions options) |
void |
addLanguagechangeListener(EventListener callback,
boolean useCapture) |
void |
addLoadListener(EventListener callback) |
void |
addLoadListener(EventListener callback,
AddEventListenerOptions options) |
void |
addLoadListener(EventListener callback,
boolean useCapture) |
void |
addLostpointercaptureListener(PointerEventListener callback) |
void |
addLostpointercaptureListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addLostpointercaptureListener(PointerEventListener callback,
boolean useCapture) |
void |
addMessageerrorListener(MessageEventListener callback) |
void |
addMessageerrorListener(MessageEventListener callback,
AddEventListenerOptions options) |
void |
addMessageerrorListener(MessageEventListener callback,
boolean useCapture) |
void |
addMessageListener(MessageEventListener callback) |
void |
addMessageListener(MessageEventListener callback,
AddEventListenerOptions options) |
void |
addMessageListener(MessageEventListener callback,
boolean useCapture) |
void |
addOfflineListener(EventListener callback) |
void |
addOfflineListener(EventListener callback,
AddEventListenerOptions options) |
void |
addOfflineListener(EventListener callback,
boolean useCapture) |
void |
addOnlineListener(EventListener callback) |
void |
addOnlineListener(EventListener callback,
AddEventListenerOptions options) |
void |
addOnlineListener(EventListener callback,
boolean useCapture) |
void |
addOrientationchangeListener(EventListener callback) |
void |
addOrientationchangeListener(EventListener callback,
AddEventListenerOptions options) |
void |
addOrientationchangeListener(EventListener callback,
boolean useCapture) |
void |
addPagehideListener(PageTransitionEventListener callback) |
void |
addPagehideListener(PageTransitionEventListener callback,
AddEventListenerOptions options) |
void |
addPagehideListener(PageTransitionEventListener callback,
boolean useCapture) |
void |
addPageshowListener(PageTransitionEventListener callback) |
void |
addPageshowListener(PageTransitionEventListener callback,
AddEventListenerOptions options) |
void |
addPageshowListener(PageTransitionEventListener callback,
boolean useCapture) |
void |
addPasteListener(ClipboardEventListener callback) |
void |
addPasteListener(ClipboardEventListener callback,
AddEventListenerOptions options) |
void |
addPasteListener(ClipboardEventListener callback,
boolean useCapture) |
void |
addPointercancelListener(PointerEventListener callback) |
void |
addPointercancelListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addPointercancelListener(PointerEventListener callback,
boolean useCapture) |
void |
addPointerdownListener(PointerEventListener callback) |
void |
addPointerdownListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addPointerdownListener(PointerEventListener callback,
boolean useCapture) |
void |
addPointerenterListener(PointerEventListener callback) |
void |
addPointerenterListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addPointerenterListener(PointerEventListener callback,
boolean useCapture) |
void |
addPointerleaveListener(PointerEventListener callback) |
void |
addPointerleaveListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addPointerleaveListener(PointerEventListener callback,
boolean useCapture) |
void |
addPointermoveListener(PointerEventListener callback) |
void |
addPointermoveListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addPointermoveListener(PointerEventListener callback,
boolean useCapture) |
void |
addPointeroutListener(PointerEventListener callback) |
void |
addPointeroutListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addPointeroutListener(PointerEventListener callback,
boolean useCapture) |
void |
addPointeroverListener(PointerEventListener callback) |
void |
addPointeroverListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addPointeroverListener(PointerEventListener callback,
boolean useCapture) |
void |
addPointerupListener(PointerEventListener callback) |
void |
addPointerupListener(PointerEventListener callback,
AddEventListenerOptions options) |
void |
addPointerupListener(PointerEventListener callback,
boolean useCapture) |
void |
addPopstateListener(PopStateEventListener callback) |
void |
addPopstateListener(PopStateEventListener callback,
AddEventListenerOptions options) |
void |
addPopstateListener(PopStateEventListener callback,
boolean useCapture) |
void |
addRejectionhandledListener(PromiseRejectionEventListener callback) |
void |
addRejectionhandledListener(PromiseRejectionEventListener callback,
AddEventListenerOptions options) |
void |
addRejectionhandledListener(PromiseRejectionEventListener callback,
boolean useCapture) |
void |
addResizeListener(UIEventListener callback) |
void |
addResizeListener(UIEventListener callback,
AddEventListenerOptions options) |
void |
addResizeListener(UIEventListener callback,
boolean useCapture) |
void |
addStorageListener(StorageEventListener callback) |
void |
addStorageListener(StorageEventListener callback,
AddEventListenerOptions options) |
void |
addStorageListener(StorageEventListener callback,
boolean useCapture) |
void |
addTouchcancelListener(TouchEventListener callback) |
void |
addTouchcancelListener(TouchEventListener callback,
AddEventListenerOptions options) |
void |
addTouchcancelListener(TouchEventListener callback,
boolean useCapture) |
void |
addTouchendListener(TouchEventListener callback) |
void |
addTouchendListener(TouchEventListener callback,
AddEventListenerOptions options) |
void |
addTouchendListener(TouchEventListener callback,
boolean useCapture) |
void |
addTouchmoveListener(TouchEventListener callback) |
void |
addTouchmoveListener(TouchEventListener callback,
AddEventListenerOptions options) |
void |
addTouchmoveListener(TouchEventListener callback,
boolean useCapture) |
void |
addTouchstartListener(TouchEventListener callback) |
void |
addTouchstartListener(TouchEventListener callback,
AddEventListenerOptions options) |
void |
addTouchstartListener(TouchEventListener callback,
boolean useCapture) |
void |
addTransitioncancelListener(TransitionEventListener callback) |
void |
addTransitioncancelListener(TransitionEventListener callback,
AddEventListenerOptions options) |
void |
addTransitioncancelListener(TransitionEventListener callback,
boolean useCapture) |
void |
addTransitionendListener(TransitionEventListener callback) |
void |
addTransitionendListener(TransitionEventListener callback,
AddEventListenerOptions options) |
void |
addTransitionendListener(TransitionEventListener callback,
boolean useCapture) |
void |
addTransitionrunListener(TransitionEventListener callback) |
void |
addTransitionrunListener(TransitionEventListener callback,
AddEventListenerOptions options) |
void |
addTransitionrunListener(TransitionEventListener callback,
boolean useCapture) |
void |
addTransitionstartListener(TransitionEventListener callback) |
void |
addTransitionstartListener(TransitionEventListener callback,
AddEventListenerOptions options) |
void |
addTransitionstartListener(TransitionEventListener callback,
boolean useCapture) |
void |
addUnhandledrejectionListener(PromiseRejectionEventListener callback) |
void |
addUnhandledrejectionListener(PromiseRejectionEventListener callback,
AddEventListenerOptions options) |
void |
addUnhandledrejectionListener(PromiseRejectionEventListener callback,
boolean useCapture) |
void |
addUnloadListener(EventListener callback) |
void |
addUnloadListener(EventListener callback,
AddEventListenerOptions options) |
void |
addUnloadListener(EventListener callback,
boolean useCapture) |
void |
alert()
The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
|
void |
alert(java.lang.String message)
The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
|
@JsNonNull java.lang.String |
atob(java.lang.String data)
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
|
void |
blur()
Shifts focus away from the window.
|
@JsNonNull java.lang.String |
btoa(java.lang.String data)
The WindowOrWorkerGlobalScope.btoa() method creates a Base64-encoded ASCII string from a binary string (i.e., a String object in which each character in the string is treated as a byte of binary data).
|
CacheStorage |
caches()
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
|
void |
cancelAnimationFrame(int handle)
The window.cancelAnimationFrame() method cancels an animation frame request previously scheduled through a call to window.requestAnimationFrame().
|
void |
cancelIdleCallback(int handle)
The window.cancelIdleCallback() method cancels a callback previously scheduled with window.requestIdleCallback().
|
void |
clearInterval()
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
|
void |
clearInterval(int id)
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
|
void |
clearTimeout()
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
|
void |
clearTimeout(int id)
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
|
Navigator |
clientInformation() |
void |
close()
The Window.close() method closes the current window, or the window on which it was called.
|
boolean |
closed()
The Window.closed read-only property indicates whether the referenced window is closed or not.
|
boolean |
confirm()
The Window.confirm() method displays a modal dialog with an optional message and two buttons: OK and Cancel.
|
boolean |
confirm(java.lang.String message)
The Window.confirm() method displays a modal dialog with an optional message and two buttons: OK and Cancel.
|
@JsNonNull Promise<ImageBitmap> |
createImageBitmap(ImageBitmapSource image)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
@JsNonNull Promise<ImageBitmap> |
createImageBitmap(ImageBitmapSource image,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
@JsNonNull Promise<ImageBitmap> |
createImageBitmap(ImageBitmapSource image,
int sx,
int sy,
int sw,
int sh)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
@JsNonNull Promise<ImageBitmap> |
createImageBitmap(ImageBitmapSource image,
int sx,
int sy,
int sw,
int sh,
ImageBitmapOptions options)
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
|
boolean |
crossOriginIsolated()
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
|
Crypto |
crypto()
The read-only Window.crypto property returns the Crypto object associated to the global object.
|
CustomElementRegistry |
customElements()
The customElements read-only property of the Window interface returns a reference to the CustomElementRegistry object, which can be used to register new custom elements and get information about previously registered custom elements.
|
double |
devicePixelRatio()
The devicePixelRatio of Window interface returns the ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device.
|
Document |
document()
window.document returns a reference to the document contained in the window.
|
EventOrUndefinedUnion |
event()
The read-only Window property event returns the Event which is currently being handled by the site's code.
|
@JsNonNull Promise<Response> |
fetch(Request input)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
@JsNonNull Promise<Response> |
fetch(RequestInfo input)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
@JsNonNull Promise<Response> |
fetch(RequestInfo input,
RequestInit init)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
@JsNonNull Promise<Response> |
fetch(Request input,
RequestInit init)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
@JsNonNull Promise<Response> |
fetch(java.lang.String input)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
@JsNonNull Promise<Response> |
fetch(java.lang.String input,
RequestInit init)
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
|
void |
focus()
Makes a request to bring the window to the front.
|
Element |
frameElement()
The Window.frameElement property returns the element (such as iframe or object) in which the window is embedded.
|
Window |
frames()
Returns the window itself, which is an array-like object, listing the direct sub-frames of the current window.
|
@JsNonNull JsObject |
get(java.lang.String name) |
@JsNonNull CSSStyleDeclaration |
getComputedStyle(Element elt)
The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
|
@JsNonNull CSSStyleDeclaration |
getComputedStyle(Element elt,
java.lang.String pseudoElt)
The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
|
@JsNullable Selection |
getSelection()
The Window.getSelection() method returns a Selection object representing the range of text selected by the user or the current position of the caret.
|
History |
history()
The Window.history read-only property returns a reference to the History object, which provides an interface for manipulating the browser session history (pages visited in the tab or frame that the current page is loaded in).
|
IDBFactory |
indexedDB()
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
|
int |
innerHeight()
The read-only innerHeight property of the Window interface returns the interior height of the window in pixels, including the height of the horizontal scroll bar, if present.
|
int |
innerWidth()
The read-only Window property innerWidth returns the interior width of the window in pixels.
|
boolean |
isIndexedDBSupported() |
boolean |
isLocalStorageSupported() |
boolean |
isSecureContext()
The window.isSecureContext read-only property indicates whether a context is capable of using features that require secure contexts.
|
boolean |
isSessionStorageSupported() |
boolean |
isSpeechSynthesisSupported() |
int |
length()
Returns the number of frames (either frame or iframe elements) in the window.
|
Storage |
localStorage()
The read-only localStorage property allows you to access a Storage object for the Document's origin; the stored data is saved across browser sessions.
|
Location |
location()
The Window.location read-only property returns a Location object with information about the current location of the document.
|
BarProp |
locationbar()
Returns the locationbar object, whose visibility can be checked.
|
@JsNonNull MediaQueryList |
matchMedia(java.lang.String query)
The Window interface's matchMedia() method returns a new MediaQueryList object that can then be used to determine if the document matches the media query string, as well as to monitor the document to detect when it matches (or stops matching) that media query.
|
BarProp |
menubar()
The Window.menubar property returns the menubar object, whose visibility can be checked.
|
void |
moveBy(int x,
int y)
The moveBy() method of the Window interface moves the current window by a specified amount.
|
void |
moveTo(int x,
int y)
The moveTo() method of the Window interface moves the current window to the specified coordinates.
|
Navigator |
navigator()
The Window.navigator read-only property returns a reference to the Navigator object, which has methods and properties about the application running the script.
|
@JsNullable Window |
open()
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
|
@JsNullable Window |
open(java.lang.String url)
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
|
@JsNullable Window |
open(java.lang.String url,
java.lang.String target)
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
|
@JsNullable Window |
open(java.lang.String url,
java.lang.String target,
java.lang.String features)
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
|
short |
orientation() |
java.lang.String |
origin()
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
|
boolean |
originAgentCluster() |
int |
outerHeight()
The Window.outerHeight read-only property returns the height in pixels of the whole browser window, including any sidebar, window chrome, and window-resizing borders/handles.
|
int |
outerWidth()
Window.outerWidth read-only property returns the width of the outside of the browser window.
|
double |
pageXOffset()
The read-only Window property pageXOffset is an alias for scrollX.
|
double |
pageYOffset()
The read-only Window property pageYOffset is an alias for scrollY; as such, it returns the number of pixels the document is currently scrolled along the vertical axis (that is, up or down) with a value of 0.0, indicating that the top edge of the Document is currently aligned with the top edge of the window's content area.
|
Window |
parent()
The Window.parent property is a reference to the parent of the current window or subframe.
|
Performance |
performance()
The Window interface's performance property returns a Performance object, which can be used to gather performance information about the current document.
|
BarProp |
personalbar()
Returns the personalbar object, whose visibility can be toggled in the window.
|
void |
postMessage(java.lang.Object message)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
void |
postMessage(java.lang.Object message,
java.lang.String targetOrigin)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
void |
postMessage(java.lang.Object message,
java.lang.String targetOrigin,
JsArray<Transferable> transfer)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
void |
postMessage(java.lang.Object message,
java.lang.String targetOrigin,
Transferable... transfer)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
void |
postMessage(java.lang.Object message,
WindowPostMessageOptions options)
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
|
void |
print()
Opens the Print Dialog to print the current document.
|
@JsNullable java.lang.String |
prompt()
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
|
@JsNullable java.lang.String |
prompt(java.lang.String message)
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
|
@JsNullable java.lang.String |
prompt(java.lang.String message,
java.lang.String default_)
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
|
void |
queueMicrotask(VoidFunction callback)
The queueMicrotask() method, which is exposed on the Window or Worker interface, queues a microtask to be executed at a safe time prior to control returning to the browser's event loop.
|
void |
removeAfterprintListener(EventListener callback) |
void |
removeAfterprintListener(EventListener callback,
boolean useCapture) |
void |
removeAfterprintListener(EventListener callback,
EventListenerOptions options) |
void |
removeAnimationcancelListener(AnimationEventListener callback) |
void |
removeAnimationcancelListener(AnimationEventListener callback,
boolean useCapture) |
void |
removeAnimationcancelListener(AnimationEventListener callback,
EventListenerOptions options) |
void |
removeAnimationendListener(AnimationEventListener callback) |
void |
removeAnimationendListener(AnimationEventListener callback,
boolean useCapture) |
void |
removeAnimationendListener(AnimationEventListener callback,
EventListenerOptions options) |
void |
removeAnimationiterationListener(AnimationEventListener callback) |
void |
removeAnimationiterationListener(AnimationEventListener callback,
boolean useCapture) |
void |
removeAnimationiterationListener(AnimationEventListener callback,
EventListenerOptions options) |
void |
removeAnimationstartListener(AnimationEventListener callback) |
void |
removeAnimationstartListener(AnimationEventListener callback,
boolean useCapture) |
void |
removeAnimationstartListener(AnimationEventListener callback,
EventListenerOptions options) |
void |
removeAppinstalledListener(EventListener callback) |
void |
removeAppinstalledListener(EventListener callback,
boolean useCapture) |
void |
removeAppinstalledListener(EventListener callback,
EventListenerOptions options) |
void |
removeBeforeprintListener(EventListener callback) |
void |
removeBeforeprintListener(EventListener callback,
boolean useCapture) |
void |
removeBeforeprintListener(EventListener callback,
EventListenerOptions options) |
void |
removeBeforeunloadListener(BeforeUnloadEventListener callback) |
void |
removeBeforeunloadListener(BeforeUnloadEventListener callback,
boolean useCapture) |
void |
removeBeforeunloadListener(BeforeUnloadEventListener callback,
EventListenerOptions options) |
void |
removeBlurListener(FocusEventListener callback) |
void |
removeBlurListener(FocusEventListener callback,
boolean useCapture) |
void |
removeBlurListener(FocusEventListener callback,
EventListenerOptions options) |
void |
removeClipboardchangeListener(ClipboardEventListener callback) |
void |
removeClipboardchangeListener(ClipboardEventListener callback,
boolean useCapture) |
void |
removeClipboardchangeListener(ClipboardEventListener callback,
EventListenerOptions options) |
void |
removeCopyListener(ClipboardEventListener callback) |
void |
removeCopyListener(ClipboardEventListener callback,
boolean useCapture) |
void |
removeCopyListener(ClipboardEventListener callback,
EventListenerOptions options) |
void |
removeCutListener(ClipboardEventListener callback) |
void |
removeCutListener(ClipboardEventListener callback,
boolean useCapture) |
void |
removeCutListener(ClipboardEventListener callback,
EventListenerOptions options) |
void |
removeDevicemotionListener(DeviceMotionEventListener callback) |
void |
removeDevicemotionListener(DeviceMotionEventListener callback,
boolean useCapture) |
void |
removeDevicemotionListener(DeviceMotionEventListener callback,
EventListenerOptions options) |
void |
removeDeviceorientationListener(DeviceOrientationEventListener callback) |
void |
removeDeviceorientationListener(DeviceOrientationEventListener callback,
boolean useCapture) |
void |
removeDeviceorientationListener(DeviceOrientationEventListener callback,
EventListenerOptions options) |
void |
removeDOMContentLoadedListener(EventListener callback) |
void |
removeDOMContentLoadedListener(EventListener callback,
boolean useCapture) |
void |
removeDOMContentLoadedListener(EventListener callback,
EventListenerOptions options) |
void |
removeDragendListener(DragEventListener callback) |
void |
removeDragendListener(DragEventListener callback,
boolean useCapture) |
void |
removeDragendListener(DragEventListener callback,
EventListenerOptions options) |
void |
removeDragenterListener(DragEventListener callback) |
void |
removeDragenterListener(DragEventListener callback,
boolean useCapture) |
void |
removeDragenterListener(DragEventListener callback,
EventListenerOptions options) |
void |
removeDragleaveListener(DragEventListener callback) |
void |
removeDragleaveListener(DragEventListener callback,
boolean useCapture) |
void |
removeDragleaveListener(DragEventListener callback,
EventListenerOptions options) |
void |
removeDragListener(DragEventListener callback) |
void |
removeDragListener(DragEventListener callback,
boolean useCapture) |
void |
removeDragListener(DragEventListener callback,
EventListenerOptions options) |
void |
removeDragoverListener(DragEventListener callback) |
void |
removeDragoverListener(DragEventListener callback,
boolean useCapture) |
void |
removeDragoverListener(DragEventListener callback,
EventListenerOptions options) |
void |
removeDragstartListener(DragEventListener callback) |
void |
removeDragstartListener(DragEventListener callback,
boolean useCapture) |
void |
removeDragstartListener(DragEventListener callback,
EventListenerOptions options) |
void |
removeDropListener(DragEventListener callback) |
void |
removeDropListener(DragEventListener callback,
boolean useCapture) |
void |
removeDropListener(DragEventListener callback,
EventListenerOptions options) |
void |
removeErrorListener(ErrorEventListener callback) |
void |
removeErrorListener(ErrorEventListener callback,
boolean useCapture) |
void |
removeErrorListener(ErrorEventListener callback,
EventListenerOptions options) |
void |
removeFocusListener(FocusEventListener callback) |
void |
removeFocusListener(FocusEventListener callback,
boolean useCapture) |
void |
removeFocusListener(FocusEventListener callback,
EventListenerOptions options) |
void |
removeGamepadconnectedListener(GamepadEventListener callback) |
void |
removeGamepadconnectedListener(GamepadEventListener callback,
boolean useCapture) |
void |
removeGamepadconnectedListener(GamepadEventListener callback,
EventListenerOptions options) |
void |
removeGamepaddisconnectedListener(GamepadEventListener callback) |
void |
removeGamepaddisconnectedListener(GamepadEventListener callback,
boolean useCapture) |
void |
removeGamepaddisconnectedListener(GamepadEventListener callback,
EventListenerOptions options) |
void |
removeGotpointercaptureListener(PointerEventListener callback) |
void |
removeGotpointercaptureListener(PointerEventListener callback,
boolean useCapture) |
void |
removeGotpointercaptureListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removeHashchangeListener(HashChangeEventListener callback) |
void |
removeHashchangeListener(HashChangeEventListener callback,
boolean useCapture) |
void |
removeHashchangeListener(HashChangeEventListener callback,
EventListenerOptions options) |
void |
removeLanguagechangeListener(EventListener callback) |
void |
removeLanguagechangeListener(EventListener callback,
boolean useCapture) |
void |
removeLanguagechangeListener(EventListener callback,
EventListenerOptions options) |
void |
removeLoadListener(EventListener callback) |
void |
removeLoadListener(EventListener callback,
boolean useCapture) |
void |
removeLoadListener(EventListener callback,
EventListenerOptions options) |
void |
removeLostpointercaptureListener(PointerEventListener callback) |
void |
removeLostpointercaptureListener(PointerEventListener callback,
boolean useCapture) |
void |
removeLostpointercaptureListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removeMessageerrorListener(MessageEventListener callback) |
void |
removeMessageerrorListener(MessageEventListener callback,
boolean useCapture) |
void |
removeMessageerrorListener(MessageEventListener callback,
EventListenerOptions options) |
void |
removeMessageListener(MessageEventListener callback) |
void |
removeMessageListener(MessageEventListener callback,
boolean useCapture) |
void |
removeMessageListener(MessageEventListener callback,
EventListenerOptions options) |
void |
removeOfflineListener(EventListener callback) |
void |
removeOfflineListener(EventListener callback,
boolean useCapture) |
void |
removeOfflineListener(EventListener callback,
EventListenerOptions options) |
void |
removeOnlineListener(EventListener callback) |
void |
removeOnlineListener(EventListener callback,
boolean useCapture) |
void |
removeOnlineListener(EventListener callback,
EventListenerOptions options) |
void |
removeOrientationchangeListener(EventListener callback) |
void |
removeOrientationchangeListener(EventListener callback,
boolean useCapture) |
void |
removeOrientationchangeListener(EventListener callback,
EventListenerOptions options) |
void |
removePagehideListener(PageTransitionEventListener callback) |
void |
removePagehideListener(PageTransitionEventListener callback,
boolean useCapture) |
void |
removePagehideListener(PageTransitionEventListener callback,
EventListenerOptions options) |
void |
removePageshowListener(PageTransitionEventListener callback) |
void |
removePageshowListener(PageTransitionEventListener callback,
boolean useCapture) |
void |
removePageshowListener(PageTransitionEventListener callback,
EventListenerOptions options) |
void |
removePasteListener(ClipboardEventListener callback) |
void |
removePasteListener(ClipboardEventListener callback,
boolean useCapture) |
void |
removePasteListener(ClipboardEventListener callback,
EventListenerOptions options) |
void |
removePointercancelListener(PointerEventListener callback) |
void |
removePointercancelListener(PointerEventListener callback,
boolean useCapture) |
void |
removePointercancelListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removePointerdownListener(PointerEventListener callback) |
void |
removePointerdownListener(PointerEventListener callback,
boolean useCapture) |
void |
removePointerdownListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removePointerenterListener(PointerEventListener callback) |
void |
removePointerenterListener(PointerEventListener callback,
boolean useCapture) |
void |
removePointerenterListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removePointerleaveListener(PointerEventListener callback) |
void |
removePointerleaveListener(PointerEventListener callback,
boolean useCapture) |
void |
removePointerleaveListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removePointermoveListener(PointerEventListener callback) |
void |
removePointermoveListener(PointerEventListener callback,
boolean useCapture) |
void |
removePointermoveListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removePointeroutListener(PointerEventListener callback) |
void |
removePointeroutListener(PointerEventListener callback,
boolean useCapture) |
void |
removePointeroutListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removePointeroverListener(PointerEventListener callback) |
void |
removePointeroverListener(PointerEventListener callback,
boolean useCapture) |
void |
removePointeroverListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removePointerupListener(PointerEventListener callback) |
void |
removePointerupListener(PointerEventListener callback,
boolean useCapture) |
void |
removePointerupListener(PointerEventListener callback,
EventListenerOptions options) |
void |
removePopstateListener(PopStateEventListener callback) |
void |
removePopstateListener(PopStateEventListener callback,
boolean useCapture) |
void |
removePopstateListener(PopStateEventListener callback,
EventListenerOptions options) |
void |
removeRejectionhandledListener(PromiseRejectionEventListener callback) |
void |
removeRejectionhandledListener(PromiseRejectionEventListener callback,
boolean useCapture) |
void |
removeRejectionhandledListener(PromiseRejectionEventListener callback,
EventListenerOptions options) |
void |
removeResizeListener(UIEventListener callback) |
void |
removeResizeListener(UIEventListener callback,
boolean useCapture) |
void |
removeResizeListener(UIEventListener callback,
EventListenerOptions options) |
void |
removeStorageListener(StorageEventListener callback) |
void |
removeStorageListener(StorageEventListener callback,
boolean useCapture) |
void |
removeStorageListener(StorageEventListener callback,
EventListenerOptions options) |
void |
removeTouchcancelListener(TouchEventListener callback) |
void |
removeTouchcancelListener(TouchEventListener callback,
boolean useCapture) |
void |
removeTouchcancelListener(TouchEventListener callback,
EventListenerOptions options) |
void |
removeTouchendListener(TouchEventListener callback) |
void |
removeTouchendListener(TouchEventListener callback,
boolean useCapture) |
void |
removeTouchendListener(TouchEventListener callback,
EventListenerOptions options) |
void |
removeTouchmoveListener(TouchEventListener callback) |
void |
removeTouchmoveListener(TouchEventListener callback,
boolean useCapture) |
void |
removeTouchmoveListener(TouchEventListener callback,
EventListenerOptions options) |
void |
removeTouchstartListener(TouchEventListener callback) |
void |
removeTouchstartListener(TouchEventListener callback,
boolean useCapture) |
void |
removeTouchstartListener(TouchEventListener callback,
EventListenerOptions options) |
void |
removeTransitioncancelListener(TransitionEventListener callback) |
void |
removeTransitioncancelListener(TransitionEventListener callback,
boolean useCapture) |
void |
removeTransitioncancelListener(TransitionEventListener callback,
EventListenerOptions options) |
void |
removeTransitionendListener(TransitionEventListener callback) |
void |
removeTransitionendListener(TransitionEventListener callback,
boolean useCapture) |
void |
removeTransitionendListener(TransitionEventListener callback,
EventListenerOptions options) |
void |
removeTransitionrunListener(TransitionEventListener callback) |
void |
removeTransitionrunListener(TransitionEventListener callback,
boolean useCapture) |
void |
removeTransitionrunListener(TransitionEventListener callback,
EventListenerOptions options) |
void |
removeTransitionstartListener(TransitionEventListener callback) |
void |
removeTransitionstartListener(TransitionEventListener callback,
boolean useCapture) |
void |
removeTransitionstartListener(TransitionEventListener callback,
EventListenerOptions options) |
void |
removeUnhandledrejectionListener(PromiseRejectionEventListener callback) |
void |
removeUnhandledrejectionListener(PromiseRejectionEventListener callback,
boolean useCapture) |
void |
removeUnhandledrejectionListener(PromiseRejectionEventListener callback,
EventListenerOptions options) |
void |
removeUnloadListener(EventListener callback) |
void |
removeUnloadListener(EventListener callback,
boolean useCapture) |
void |
removeUnloadListener(EventListener callback,
EventListenerOptions options) |
void |
reportError(java.lang.Object e) |
int |
requestAnimationFrame(FrameRequestCallback callback)
The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repaint.
|
int |
requestIdleCallback(IdleRequestCallback callback)
The window.requestIdleCallback() method queues a function to be called during a browser's idle periods.
|
int |
requestIdleCallback(IdleRequestCallback callback,
IdleRequestOptions options)
The window.requestIdleCallback() method queues a function to be called during a browser's idle periods.
|
void |
resizeBy(int x,
int y)
The Window.resizeBy() method resizes the current window by a specified amount.
|
void |
resizeTo(int width,
int height)
The Window.resizeTo() method dynamically resizes the window.
|
Screen |
screen()
The Window property screen returns a reference to the screen object associated with the window.
|
int |
screenLeft()
The Window.screenLeft read-only property returns the horizontal distance, in CSS pixels, from the left border of the user's browser viewport to the left side of the screen.
|
int |
screenTop()
The Window.screenTop read-only property returns the vertical distance, in CSS pixels, from the top border of the user's browser viewport to the top side of the screen.
|
int |
screenX()
The Window.screenX read-only property returns the horizontal distance, in CSS pixels, of the left border of the user's browser viewport to the left side of the screen.
|
int |
screenY()
The Window.screenY read-only property returns the vertical distance, in CSS pixels, of the top border of the user's browser viewport to the top edge of the screen.
|
void |
scroll()
The Window.scroll() method scrolls the window to a particular place in the document.
|
void |
scroll(double x,
double y)
The Window.scroll() method scrolls the window to a particular place in the document.
|
void |
scroll(ScrollToOptions options)
The Window.scroll() method scrolls the window to a particular place in the document.
|
BarProp |
scrollbars()
The Window.scrollbars property returns the scrollbars object, whose visibility can be checked.
|
void |
scrollBy()
The Window.scrollBy() method scrolls the document in the window by the given amount.
|
void |
scrollBy(double x,
double y)
The Window.scrollBy() method scrolls the document in the window by the given amount.
|
void |
scrollBy(ScrollToOptions options)
The Window.scrollBy() method scrolls the document in the window by the given amount.
|
void |
scrollTo()
Window.scrollTo() scrolls to a particular set of coordinates in the document.
|
void |
scrollTo(double x,
double y)
Window.scrollTo() scrolls to a particular set of coordinates in the document.
|
void |
scrollTo(ScrollToOptions options)
Window.scrollTo() scrolls to a particular set of coordinates in the document.
|
double |
scrollX()
The read-only scrollX property of the Window interface returns the number of pixels that the document is currently scrolled horizontally.
|
double |
scrollY()
The read-only scrollY property of the Window interface returns the number of pixels that the document is currently scrolled vertically.
|
Window |
self()
The Window.self read-only property returns the window itself, as a WindowProxy.
|
Storage |
sessionStorage()
The read-only sessionStorage property accesses a session Storage object for the current origin.
|
int |
setInterval(TimerHandler handler)
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
|
int |
setInterval(TimerHandler handler,
int timeout)
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
|
int |
setTimeout(TimerHandler handler)
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
|
int |
setTimeout(TimerHandler handler,
int timeout)
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
|
SpeechSynthesis |
speechSynthesis()
The speechSynthesis read-only property of the Window object returns a SpeechSynthesis object, which is the entry point into using Web Speech API speech synthesis functionality.
|
BarProp |
statusbar()
The Window.statusbar property returns the statusbar object, whose visibility can be toggled in the window.
|
void |
stop()
The window.stop() stops further resource loading in the current browsing context, equivalent to the stop button in the browser.
|
@JsNullable jsinterop.base.Any |
structuredClone(java.lang.Object value) |
@JsNullable jsinterop.base.Any |
structuredClone(java.lang.Object value,
StructuredSerializeOptions options) |
BarProp |
toolbar()
The Window.toolbar property returns the toolbar object, whose visibility can be toggled in the window.
|
Window |
top()
Returns a reference to the topmost window in the window hierarchy.
|
VisualViewport |
visualViewport()
The visualViewport read-only property of the Window interface returns a VisualViewport object representing the visual viewport for a given window.
|
Window |
window()
The window property of a Window object points to the window object itself.
|
addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNonNull java.lang.String name
public @JsNullable EventHandler onabort
public @JsNullable EventHandler onafterprint
public @JsNullable AnimationEventHandler onanimationcancel
public @JsNullable AnimationEventHandler onanimationend
public @JsNullable AnimationEventHandler onanimationiteration
public @JsNullable AnimationEventHandler onanimationstart
public @JsNullable EventHandler onauxclick
public @JsNullable EventHandler onbeforeprint
public @JsNullable OnBeforeUnloadEventHandler onbeforeunload
public @JsNullable EventHandler onbeforexrselect
public @JsNullable FocusEventHandler onblur
public @JsNullable EventHandler oncancel
public @JsNullable EventHandler oncanplay
public @JsNullable EventHandler oncanplaythrough
public @JsNullable EventHandler onchange
public @JsNullable EventHandler onclick
public @JsNullable EventHandler onclose
public @JsNullable EventHandler oncompassneedscalibration
public @JsNullable EventHandler oncontextlost
public @JsNullable EventHandler oncontextmenu
public @JsNullable EventHandler oncontextrestored
public @JsNullable EventHandler oncuechange
public @JsNullable EventHandler ondblclick
public @JsNullable DeviceMotionEventHandler ondevicemotion
public @JsNullable DeviceOrientationEventHandler ondeviceorientation
public @JsNullable EventHandler ondeviceorientationabsolute
public @JsNullable DragEventHandler ondrag
public @JsNullable DragEventHandler ondragend
public @JsNullable DragEventHandler ondragenter
public @JsNullable DragEventHandler ondragleave
public @JsNullable DragEventHandler ondragover
public @JsNullable DragEventHandler ondragstart
public @JsNullable DragEventHandler ondrop
public @JsNullable EventHandler ondurationchange
public @JsNullable EventHandler onemptied
public @JsNullable EventHandler onended
public @JsNullable OnErrorEventHandler onerror
public @JsNullable FocusEventHandler onfocus
public @JsNullable EventHandler onformdata
public @JsNullable GamepadEventHandler ongamepadconnected
public @JsNullable GamepadEventHandler ongamepaddisconnected
public @JsNullable PointerEventHandler ongotpointercapture
public @JsNullable HashChangeEventHandler onhashchange
public @JsNullable EventHandler oninput
public @JsNullable EventHandler oninvalid
public @JsNullable EventHandler onkeydown
public @JsNullable EventHandler onkeypress
public @JsNullable EventHandler onkeyup
public @JsNullable EventHandler onlanguagechange
public @JsNullable EventHandler onload
public @JsNullable EventHandler onloadeddata
public @JsNullable EventHandler onloadedmetadata
public @JsNullable EventHandler onloadstart
public @JsNullable PointerEventHandler onlostpointercapture
public @JsNullable MessageEventHandler onmessage
public @JsNullable MessageEventHandler onmessageerror
public @JsNullable EventHandler onmousedown
public @JsNullable EventHandler onmouseenter
public @JsNullable EventHandler onmouseleave
public @JsNullable EventHandler onmousemove
public @JsNullable EventHandler onmouseout
public @JsNullable EventHandler onmouseover
public @JsNullable EventHandler onmouseup
public @JsNullable EventHandler onoffline
public @JsNullable EventHandler ononline
public @JsNullable EventHandler onorientationchange
public @JsNullable PageTransitionEventHandler onpagehide
public @JsNullable PageTransitionEventHandler onpageshow
public @JsNullable EventHandler onpause
public @JsNullable EventHandler onplay
public @JsNullable EventHandler onplaying
public @JsNullable PointerEventHandler onpointercancel
public @JsNullable PointerEventHandler onpointerdown
public @JsNullable PointerEventHandler onpointerenter
public @JsNullable PointerEventHandler onpointerleave
public @JsNullable PointerEventHandler onpointermove
public @JsNullable PointerEventHandler onpointerout
public @JsNullable PointerEventHandler onpointerover
public @JsNullable PointerEventHandler onpointerup
public @JsNullable PopStateEventHandler onpopstate
public @JsNullable EventHandler onprogress
public @JsNullable EventHandler onratechange
public @JsNullable PromiseRejectionEventHandler onrejectionhandled
public @JsNullable EventHandler onreset
public @JsNullable UIEventHandler onresize
public @JsNullable EventHandler onscroll
public @JsNullable EventHandler onsecuritypolicyviolation
public @JsNullable EventHandler onseeked
public @JsNullable EventHandler onseeking
public @JsNullable EventHandler onselect
public @JsNullable EventHandler onselectionchange
public @JsNullable EventHandler onselectstart
public @JsNullable EventHandler onslotchange
public @JsNullable EventHandler onstalled
public @JsNullable StorageEventHandler onstorage
public @JsNullable EventHandler onsubmit
public @JsNullable EventHandler onsuspend
public @JsNullable EventHandler ontimeupdate
public @JsNullable EventHandler ontoggle
public @JsNullable TouchEventHandler ontouchcancel
public @JsNullable TouchEventHandler ontouchend
public @JsNullable TouchEventHandler ontouchmove
public @JsNullable TouchEventHandler ontouchstart
public @JsNullable TransitionEventHandler ontransitioncancel
public @JsNullable TransitionEventHandler ontransitionend
public @JsNullable TransitionEventHandler ontransitionrun
public @JsNullable TransitionEventHandler ontransitionstart
public @JsNullable PromiseRejectionEventHandler onunhandledrejection
public @JsNullable EventHandler onunload
public @JsNullable EventHandler onvolumechange
public @JsNullable EventHandler onwaiting
public @JsNullable EventHandler onwebkitanimationend
public @JsNullable EventHandler onwebkitanimationiteration
public @JsNullable EventHandler onwebkitanimationstart
public @JsNullable EventHandler onwebkittransitionend
public @JsNullable EventHandler onwheel
public @JsNullable jsinterop.base.Any opener
public @JsNonNull java.lang.String status
@JsProperty(name="caches") @Nonnull public CacheStorage caches()
@JsProperty(name="clientInformation") @Nonnull public Navigator clientInformation()
@JsProperty(name="closed") public boolean closed()
@JsProperty(name="crossOriginIsolated") public boolean crossOriginIsolated()
@JsProperty(name="crypto") @Nonnull public Crypto crypto()
@JsProperty(name="customElements") @Nonnull public CustomElementRegistry customElements()
@JsProperty(name="devicePixelRatio") public double devicePixelRatio()
@JsProperty(name="document") @Nonnull public Document document()
@JsProperty(name="event") @Nonnull public EventOrUndefinedUnion event()
@JsProperty(name="frameElement") @Nullable public Element frameElement()
@JsProperty(name="frames") @Nonnull public Window frames()
@JsProperty(name="history") @Nonnull public History history()
@JsOverlay public final boolean isIndexedDBSupported()
@JsProperty(name="indexedDB") @Nonnull public IDBFactory indexedDB()
@JsProperty(name="innerHeight") public int innerHeight()
@JsProperty(name="innerWidth") public int innerWidth()
@JsProperty(name="isSecureContext") public boolean isSecureContext()
@JsProperty(name="length") public int length()
@JsOverlay public final boolean isLocalStorageSupported()
@JsProperty(name="localStorage") @Nonnull public Storage localStorage()
@JsProperty(name="location") @Nonnull public Location location()
@JsProperty(name="locationbar") @Nonnull public BarProp locationbar()
@JsProperty(name="menubar") @Nonnull public BarProp menubar()
@JsProperty(name="navigator") @Nonnull public Navigator navigator()
@JsProperty(name="orientation") public short orientation()
@JsProperty(name="origin") @Nonnull public java.lang.String origin()
@JsProperty(name="originAgentCluster") public boolean originAgentCluster()
@JsProperty(name="outerHeight") public int outerHeight()
@JsProperty(name="outerWidth") public int outerWidth()
@JsProperty(name="pageXOffset") public double pageXOffset()
@JsProperty(name="pageYOffset") public double pageYOffset()
@JsProperty(name="parent") @Nullable public Window parent()
@JsProperty(name="performance") @Nonnull public Performance performance()
@JsProperty(name="personalbar") @Nonnull public BarProp personalbar()
@JsProperty(name="screen") @Nonnull public Screen screen()
@JsProperty(name="screenLeft") public int screenLeft()
@JsProperty(name="screenTop") public int screenTop()
@JsProperty(name="screenX") public int screenX()
@JsProperty(name="screenY") public int screenY()
@JsProperty(name="scrollX") public double scrollX()
@JsProperty(name="scrollY") public double scrollY()
@JsProperty(name="scrollbars") @Nonnull public BarProp scrollbars()
@JsProperty(name="self") @Nonnull public Window self()
@JsOverlay public final boolean isSessionStorageSupported()
@JsProperty(name="sessionStorage") @Nonnull public Storage sessionStorage()
@JsOverlay public final boolean isSpeechSynthesisSupported()
@JsProperty(name="speechSynthesis") @Nonnull public SpeechSynthesis speechSynthesis()
@JsProperty(name="statusbar") @Nonnull public BarProp statusbar()
@JsProperty(name="toolbar") @Nonnull public BarProp toolbar()
@JsProperty(name="top") @Nullable public Window top()
@JsProperty(name="visualViewport") @Nonnull public VisualViewport visualViewport()
@JsProperty(name="window") @Nonnull public Window window()
public void alert()
public void alert(@Nonnull
java.lang.String message)
public void blur()
public void close()
public boolean confirm(@Nonnull
java.lang.String message)
public boolean confirm()
public void focus()
public @JsNullable Window open(@Nonnull java.lang.String url, @Nonnull java.lang.String target, @Nonnull java.lang.String features)
public @JsNullable Window open(@Nonnull java.lang.String url, @Nonnull java.lang.String target)
public @JsNullable Window open(@Nonnull java.lang.String url)
public @JsNullable Window open()
public void postMessage(@Nullable
java.lang.Object message,
@Nonnull
java.lang.String targetOrigin,
@Nonnull
JsArray<Transferable> transfer)
@JsOverlay
public final void postMessage(@Nullable
java.lang.Object message,
@Nonnull
java.lang.String targetOrigin,
@Nonnull
Transferable... transfer)
public void postMessage(@Nullable
java.lang.Object message,
@Nonnull
java.lang.String targetOrigin)
public void postMessage(@Nullable
java.lang.Object message,
@Nonnull
WindowPostMessageOptions options)
public void postMessage(@Nullable
java.lang.Object message)
public void print()
public @JsNullable java.lang.String prompt(@Nonnull
java.lang.String message,
@Nonnull
java.lang.String default_)
public @JsNullable java.lang.String prompt(@Nonnull
java.lang.String message)
public @JsNullable java.lang.String prompt()
public void stop()
@JsOverlay public final @JsNonNull JsObject get(@Nonnull java.lang.String name)
public @JsNonNull CSSStyleDeclaration getComputedStyle(@Nonnull Element elt, @Nonnull java.lang.String pseudoElt)
public @JsNonNull CSSStyleDeclaration getComputedStyle(@Nonnull Element elt)
public @JsNonNull MediaQueryList matchMedia(@Nonnull java.lang.String query)
public void moveBy(int x,
int y)
public void moveTo(int x,
int y)
public void resizeBy(int x,
int y)
public void resizeTo(int width,
int height)
public void scroll(@Nonnull
ScrollToOptions options)
public void scroll()
public void scroll(double x,
double y)
public void scrollBy(@Nonnull
ScrollToOptions options)
public void scrollBy()
public void scrollBy(double x,
double y)
public void scrollTo(@Nonnull
ScrollToOptions options)
public void scrollTo()
public void scrollTo(double x,
double y)
public void cancelIdleCallback(int handle)
public int requestIdleCallback(@Nonnull
IdleRequestCallback callback,
@Nonnull
IdleRequestOptions options)
public int requestIdleCallback(@Nonnull
IdleRequestCallback callback)
public @JsNullable Selection getSelection()
public @JsNonNull java.lang.String atob(@Nonnull
java.lang.String data)
public @JsNonNull java.lang.String btoa(@Nonnull
java.lang.String data)
public void clearInterval(int id)
public void clearInterval()
public void clearTimeout(int id)
public void clearTimeout()
public @JsNonNull Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, @Nonnull ImageBitmapOptions options)
public @JsNonNull Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image)
public @JsNonNull Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
public @JsNonNull Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, int sx, int sy, int sw, int sh)
public void queueMicrotask(@Nonnull
VoidFunction callback)
public void reportError(@Nullable
java.lang.Object e)
public @JsNullable jsinterop.base.Any structuredClone(@Nullable
java.lang.Object value,
@Nonnull
StructuredSerializeOptions options)
public @JsNullable jsinterop.base.Any structuredClone(@Nullable
java.lang.Object value)
public @JsNonNull Promise<Response> fetch(@Nonnull RequestInfo input, @Nonnull RequestInit init)
public @JsNonNull Promise<Response> fetch(@Nonnull Request input, @Nonnull RequestInit init)
public @JsNonNull Promise<Response> fetch(@Nonnull java.lang.String input, @Nonnull RequestInit init)
public @JsNonNull Promise<Response> fetch(@Nonnull RequestInfo input)
public @JsNonNull Promise<Response> fetch(@Nonnull Request input)
public @JsNonNull Promise<Response> fetch(@Nonnull java.lang.String input)
public int setInterval(@Nonnull
TimerHandler handler,
int timeout)
public int setInterval(@Nonnull
TimerHandler handler)
public int setTimeout(@Nonnull
TimerHandler handler,
int timeout)
public int setTimeout(@Nonnull
TimerHandler handler)
public void cancelAnimationFrame(int handle)
public int requestAnimationFrame(@Nonnull
FrameRequestCallback callback)
@JsOverlay
public final void addHashchangeListener(@Nonnull
HashChangeEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addHashchangeListener(@Nonnull
HashChangeEventListener callback,
boolean useCapture)
@JsOverlay
public final void addHashchangeListener(@Nonnull
HashChangeEventListener callback)
@JsOverlay
public final void removeHashchangeListener(@Nonnull
HashChangeEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeHashchangeListener(@Nonnull
HashChangeEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeHashchangeListener(@Nonnull
HashChangeEventListener callback)
@JsOverlay
public final void addMessageListener(@Nonnull
MessageEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMessageListener(@Nonnull
MessageEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMessageListener(@Nonnull
MessageEventListener callback)
@JsOverlay
public final void removeMessageListener(@Nonnull
MessageEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMessageListener(@Nonnull
MessageEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMessageListener(@Nonnull
MessageEventListener callback)
@JsOverlay
public final void addMessageerrorListener(@Nonnull
MessageEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addMessageerrorListener(@Nonnull
MessageEventListener callback,
boolean useCapture)
@JsOverlay
public final void addMessageerrorListener(@Nonnull
MessageEventListener callback)
@JsOverlay
public final void removeMessageerrorListener(@Nonnull
MessageEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeMessageerrorListener(@Nonnull
MessageEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeMessageerrorListener(@Nonnull
MessageEventListener callback)
@JsOverlay
public final void addPagehideListener(@Nonnull
PageTransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPagehideListener(@Nonnull
PageTransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPagehideListener(@Nonnull
PageTransitionEventListener callback)
@JsOverlay
public final void removePagehideListener(@Nonnull
PageTransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePagehideListener(@Nonnull
PageTransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePagehideListener(@Nonnull
PageTransitionEventListener callback)
@JsOverlay
public final void addPageshowListener(@Nonnull
PageTransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPageshowListener(@Nonnull
PageTransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPageshowListener(@Nonnull
PageTransitionEventListener callback)
@JsOverlay
public final void removePageshowListener(@Nonnull
PageTransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePageshowListener(@Nonnull
PageTransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePageshowListener(@Nonnull
PageTransitionEventListener callback)
@JsOverlay
public final void addRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback)
@JsOverlay
public final void removeRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeRejectionhandledListener(@Nonnull
PromiseRejectionEventListener callback)
@JsOverlay
public final void addStorageListener(@Nonnull
StorageEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addStorageListener(@Nonnull
StorageEventListener callback,
boolean useCapture)
@JsOverlay
public final void addStorageListener(@Nonnull
StorageEventListener callback)
@JsOverlay
public final void removeStorageListener(@Nonnull
StorageEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeStorageListener(@Nonnull
StorageEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeStorageListener(@Nonnull
StorageEventListener callback)
@JsOverlay
public final void addUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback)
@JsOverlay
public final void removeUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeUnhandledrejectionListener(@Nonnull
PromiseRejectionEventListener callback)
@JsOverlay
public final void addPopstateListener(@Nonnull
PopStateEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPopstateListener(@Nonnull
PopStateEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPopstateListener(@Nonnull
PopStateEventListener callback)
@JsOverlay
public final void removePopstateListener(@Nonnull
PopStateEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePopstateListener(@Nonnull
PopStateEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePopstateListener(@Nonnull
PopStateEventListener callback)
@JsOverlay
public final void addBeforeunloadListener(@Nonnull
BeforeUnloadEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addBeforeunloadListener(@Nonnull
BeforeUnloadEventListener callback,
boolean useCapture)
@JsOverlay
public final void addBeforeunloadListener(@Nonnull
BeforeUnloadEventListener callback)
@JsOverlay
public final void removeBeforeunloadListener(@Nonnull
BeforeUnloadEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeBeforeunloadListener(@Nonnull
BeforeUnloadEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeBeforeunloadListener(@Nonnull
BeforeUnloadEventListener callback)
@JsOverlay
public final void addDragListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDragleaveListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragleaveListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragleaveListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragleaveListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragleaveListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragleaveListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDragstartListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragstartListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragstartListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragstartListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragstartListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragstartListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDropListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDropListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDropListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDropListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDropListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDropListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addErrorListener(@Nonnull
ErrorEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addErrorListener(@Nonnull
ErrorEventListener callback,
boolean useCapture)
@JsOverlay
public final void addErrorListener(@Nonnull
ErrorEventListener callback)
@JsOverlay
public final void removeErrorListener(@Nonnull
ErrorEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeErrorListener(@Nonnull
ErrorEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeErrorListener(@Nonnull
ErrorEventListener callback)
@JsOverlay
public final void addDragendListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragendListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragendListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragendListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragendListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragendListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDragenterListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragenterListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragenterListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragenterListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragenterListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragenterListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addDragoverListener(@Nonnull
DragEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDragoverListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDragoverListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void removeDragoverListener(@Nonnull
DragEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDragoverListener(@Nonnull
DragEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDragoverListener(@Nonnull
DragEventListener callback)
@JsOverlay
public final void addAnimationstartListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAnimationstartListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAnimationstartListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void removeAnimationstartListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAnimationstartListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAnimationstartListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void addAnimationcancelListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAnimationcancelListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAnimationcancelListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAnimationcancelListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void addAnimationendListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAnimationendListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAnimationendListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void removeAnimationendListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAnimationendListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAnimationendListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void addAnimationiterationListener(@Nonnull
AnimationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAnimationiterationListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addAnimationiterationListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAnimationiterationListener(@Nonnull
AnimationEventListener callback)
@JsOverlay
public final void addTransitionrunListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTransitionrunListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTransitionrunListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void removeTransitionrunListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTransitionrunListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTransitionrunListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void addTransitioncancelListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTransitioncancelListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTransitioncancelListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTransitioncancelListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void addTransitionstartListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTransitionstartListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTransitionstartListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void removeTransitionstartListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTransitionstartListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTransitionstartListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void addTransitionendListener(@Nonnull
TransitionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTransitionendListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTransitionendListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void removeTransitionendListener(@Nonnull
TransitionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTransitionendListener(@Nonnull
TransitionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTransitionendListener(@Nonnull
TransitionEventListener callback)
@JsOverlay
public final void addPointerdownListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointerdownListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointerdownListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointerdownListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointerdownListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointerdownListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addGotpointercaptureListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addGotpointercaptureListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addGotpointercaptureListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removeGotpointercaptureListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeGotpointercaptureListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeGotpointercaptureListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addLostpointercaptureListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addLostpointercaptureListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addLostpointercaptureListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removeLostpointercaptureListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeLostpointercaptureListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeLostpointercaptureListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointerenterListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointerenterListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointerenterListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointerenterListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointerenterListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointerenterListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointeroutListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointeroutListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointeroutListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointeroutListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointeroutListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointeroutListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointerupListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointerupListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointerupListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointerupListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointerupListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointerupListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointermoveListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointermoveListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointermoveListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointermoveListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointermoveListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointermoveListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointerleaveListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointerleaveListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointerleaveListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointerleaveListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointerleaveListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointerleaveListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointeroverListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointeroverListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointeroverListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointeroverListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointeroverListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointeroverListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addPointercancelListener(@Nonnull
PointerEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPointercancelListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPointercancelListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void removePointercancelListener(@Nonnull
PointerEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePointercancelListener(@Nonnull
PointerEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePointercancelListener(@Nonnull
PointerEventListener callback)
@JsOverlay
public final void addTouchendListener(@Nonnull
TouchEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTouchendListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTouchendListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void removeTouchendListener(@Nonnull
TouchEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTouchendListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTouchendListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void addTouchmoveListener(@Nonnull
TouchEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTouchmoveListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTouchmoveListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void removeTouchmoveListener(@Nonnull
TouchEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTouchmoveListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTouchmoveListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void addTouchcancelListener(@Nonnull
TouchEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTouchcancelListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTouchcancelListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void removeTouchcancelListener(@Nonnull
TouchEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTouchcancelListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTouchcancelListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void addTouchstartListener(@Nonnull
TouchEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addTouchstartListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void addTouchstartListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void removeTouchstartListener(@Nonnull
TouchEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeTouchstartListener(@Nonnull
TouchEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeTouchstartListener(@Nonnull
TouchEventListener callback)
@JsOverlay
public final void addDOMContentLoadedListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDOMContentLoadedListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addDOMContentLoadedListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeDOMContentLoadedListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDOMContentLoadedListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDOMContentLoadedListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addAfterprintListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAfterprintListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addAfterprintListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeAfterprintListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAfterprintListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAfterprintListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addAppinstalledListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addAppinstalledListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addAppinstalledListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeAppinstalledListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeAppinstalledListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeAppinstalledListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addBeforeprintListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addBeforeprintListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addBeforeprintListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeBeforeprintListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeBeforeprintListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeBeforeprintListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addBlurListener(@Nonnull
FocusEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addBlurListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void addBlurListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void removeBlurListener(@Nonnull
FocusEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeBlurListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeBlurListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void addClipboardchangeListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addClipboardchangeListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void addClipboardchangeListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void removeClipboardchangeListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeClipboardchangeListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeClipboardchangeListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void addCopyListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addCopyListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void addCopyListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void removeCopyListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeCopyListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeCopyListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void addCutListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addCutListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void addCutListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void removeCutListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeCutListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeCutListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void addDevicemotionListener(@Nonnull
DeviceMotionEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDevicemotionListener(@Nonnull
DeviceMotionEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDevicemotionListener(@Nonnull
DeviceMotionEventListener callback)
@JsOverlay
public final void removeDevicemotionListener(@Nonnull
DeviceMotionEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDevicemotionListener(@Nonnull
DeviceMotionEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDevicemotionListener(@Nonnull
DeviceMotionEventListener callback)
@JsOverlay
public final void addDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback,
boolean useCapture)
@JsOverlay
public final void addDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback)
@JsOverlay
public final void removeDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeDeviceorientationListener(@Nonnull
DeviceOrientationEventListener callback)
@JsOverlay
public final void addFocusListener(@Nonnull
FocusEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addFocusListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void addFocusListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void removeFocusListener(@Nonnull
FocusEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeFocusListener(@Nonnull
FocusEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeFocusListener(@Nonnull
FocusEventListener callback)
@JsOverlay
public final void addGamepadconnectedListener(@Nonnull
GamepadEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addGamepadconnectedListener(@Nonnull
GamepadEventListener callback,
boolean useCapture)
@JsOverlay
public final void addGamepadconnectedListener(@Nonnull
GamepadEventListener callback)
@JsOverlay
public final void removeGamepadconnectedListener(@Nonnull
GamepadEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeGamepadconnectedListener(@Nonnull
GamepadEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeGamepadconnectedListener(@Nonnull
GamepadEventListener callback)
@JsOverlay
public final void addGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback,
boolean useCapture)
@JsOverlay
public final void addGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback)
@JsOverlay
public final void removeGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeGamepaddisconnectedListener(@Nonnull
GamepadEventListener callback)
@JsOverlay
public final void addLanguagechangeListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addLanguagechangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addLanguagechangeListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeLanguagechangeListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeLanguagechangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeLanguagechangeListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addLoadListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addLoadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addLoadListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeLoadListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeLoadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeLoadListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addOfflineListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addOfflineListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addOfflineListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeOfflineListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeOfflineListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeOfflineListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addOnlineListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addOnlineListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addOnlineListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeOnlineListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeOnlineListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeOnlineListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addOrientationchangeListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addOrientationchangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addOrientationchangeListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeOrientationchangeListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeOrientationchangeListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeOrientationchangeListener(@Nonnull
EventListener callback)
@JsOverlay
public final void addPasteListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addPasteListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void addPasteListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void removePasteListener(@Nonnull
ClipboardEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removePasteListener(@Nonnull
ClipboardEventListener callback,
boolean useCapture)
@JsOverlay
public final void removePasteListener(@Nonnull
ClipboardEventListener callback)
@JsOverlay
public final void addResizeListener(@Nonnull
UIEventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addResizeListener(@Nonnull
UIEventListener callback,
boolean useCapture)
@JsOverlay
public final void addResizeListener(@Nonnull
UIEventListener callback)
@JsOverlay
public final void removeResizeListener(@Nonnull
UIEventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeResizeListener(@Nonnull
UIEventListener callback,
boolean useCapture)
@JsOverlay
public final void removeResizeListener(@Nonnull
UIEventListener callback)
@JsOverlay
public final void addUnloadListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addUnloadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addUnloadListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeUnloadListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeUnloadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeUnloadListener(@Nonnull
EventListener callback)