@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Window")
public class Window
extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name
The Window.name property gets/sets the name of the window's browsing context.
|
EventHandler |
onabort
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
|
EventHandler |
onafterprint
The onafterprint property of the WindowEventHandlers mixin is the EventHandler for processing afterprint events for the current window.
|
AnimationEventHandler |
onanimationcancel
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
|
AnimationEventHandler |
onanimationend
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
|
AnimationEventHandler |
onanimationiteration
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
|
AnimationEventHandler |
onanimationstart
An event handler for the animationstart event.
|
EventHandler |
onauxclick
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
|
EventHandler |
onbeforeprint
The onbeforeprint property of the WindowEventHandlers mixin is the EventHandler for processing beforeprint events for the current window.
|
OnBeforeUnloadEventHandler |
onbeforeunload
The onbeforeunload property of the WindowEventHandlers mixin is the EventHandler for processing beforeunload events.
|
FocusEventHandler |
onblur
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
|
EventHandler |
oncancel
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
|
EventHandler |
oncanplay
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
|
EventHandler |
oncanplaythrough
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
|
EventHandler |
onchange
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
|
EventHandler |
onclick
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
|
EventHandler |
onclose
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
|
EventHandler |
oncompassneedscalibration |
EventHandler |
oncontextmenu
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
|
EventHandler |
oncuechange
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
|
EventHandler |
ondblclick
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
|
DeviceMotionEventHandler |
ondevicemotion
An event handler for the devicemotion events sent to the window.
|
DeviceOrientationEventHandler |
ondeviceorientation
An event handler for the deviceorientation event, which contains information about a relative device orientation change.
|
EventHandler |
ondeviceorientationabsolute
An event handler for the deviceorientationabsolute event containing information about an absolute device orientation change.
|
EventHandler |
ondrag
A global event handler for the drag event.
|
EventHandler |
ondragend
A global event handler for the dragend event.
|
EventHandler |
ondragenter
A global event handler for the dragenter event.
|
EventHandler |
ondragleave
A global event handler for the dragleave event.
|
EventHandler |
ondragover
A global event handler for the dragover event.
|
EventHandler |
ondragstart
A global event handler for the dragstart event.
|
EventHandler |
ondrop
A global event handler for the drop event.
|
EventHandler |
ondurationchange
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
|
EventHandler |
onemptied
The onemptied property sets and returns the event handler for the emptied event.
|
EventHandler |
onended
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
|
OnErrorEventHandler |
onerror
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
|
FocusEventHandler |
onfocus
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
|
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.
|
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).
|
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).
|
EventHandler |
ongotpointercapture
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
|
HashChangeEventHandler |
onhashchange
The WindowEventHandlers.onhashchange property of the WindowEventHandlers mixin is the EventHandler for processing hashchange events.
|
EventHandler |
oninput
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
|
EventHandler |
oninvalid
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
|
EventHandler |
onkeydown
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
|
EventHandler |
onkeypress
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
|
EventHandler |
onkeyup
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
|
EventHandler |
onlanguagechange
The onlanguagechange property of the WindowEventHandlers mixin is the EventHandler for processing languagechange events.
|
EventHandler |
onload
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
|
EventHandler |
onloadeddata
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
|
EventHandler |
onloadedmetadata
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
|
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.)
|
EventHandler |
onlostpointercapture
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
|
MessageEventHandler |
onmessage
The onmessage property of the WindowEventHandlers mixin is the EventHandler called whenever an object receives a message event.
|
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.
|
EventHandler |
onmousedown
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
|
EventHandler |
onmouseenter
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
|
EventHandler |
onmouseleave
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
|
EventHandler |
onmousemove
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
|
EventHandler |
onmouseout
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
|
EventHandler |
onmouseover
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
|
EventHandler |
onmouseup
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
|
EventHandler |
onoffline |
EventHandler |
ononline |
EventHandler |
onorientationchange |
PageTransitionEventHandler |
onpagehide |
PageTransitionEventHandler |
onpageshow |
EventHandler |
onpause
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
|
EventHandler |
onplay
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
|
EventHandler |
onplaying
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
|
EventHandler |
onpointercancel
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
|
EventHandler |
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.
|
EventHandler |
onpointerenter
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
|
EventHandler |
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).
|
EventHandler |
onpointermove
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
|
EventHandler |
onpointerout
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
|
EventHandler |
onpointerover
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
|
EventHandler |
onpointerup
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
|
EventHandler |
onpopstate
The onpopstate property of the WindowEventHandlers mixin is the EventHandler for processing popstate events on the window.
|
EventHandler |
onprogress |
EventHandler |
onratechange |
PromiseRejectionEventHandler |
onrejectionhandled
The onrejectionhandled property of the WindowEventHandlers mixin is the EventHandler for processing rejectionhandled events.
|
EventHandler |
onreset
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
|
UIEventHandler |
onresize
The onresize property of the GlobalEventHandlers interface is an EventHandler that processes resize events.
|
EventHandler |
onscroll
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
|
EventHandler |
onsecuritypolicyviolation |
EventHandler |
onseeked |
EventHandler |
onseeking |
EventHandler |
onselect
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
|
EventHandler |
onselectionchange
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
|
EventHandler |
onselectstart
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
|
EventHandler |
onslotchange |
EventHandler |
onstalled |
StorageEventHandler |
onstorage
The onstorage property of the WindowEventHandlers mixin is an EventHandler for processing storage events.
|
EventHandler |
onsubmit
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
|
EventHandler |
onsuspend |
EventHandler |
ontimeupdate |
EventHandler |
ontoggle |
EventHandler |
ontouchcancel
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
|
EventHandler |
ontouchend
A global event handler for the touchend event.
|
EventHandler |
ontouchmove
A global event handler for the touchmove event.
|
EventHandler |
ontouchstart
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
|
TransitionEventHandler |
ontransitioncancel
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
|
TransitionEventHandler |
ontransitionend
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
|
TransitionEventHandler |
ontransitionrun |
TransitionEventHandler |
ontransitionstart |
PromiseRejectionEventHandler |
onunhandledrejection
The onunhandledrejection property of the WindowEventHandlers mixin is the EventHandler for processing unhandledrejection events.
|
EventHandler |
onunload
The onunload property of the WindowEventHandlers mixin is the EventHandler for processing unload events.
|
EventHandler |
onvolumechange |
EventHandler |
onwaiting |
EventHandler |
onwebkitanimationend |
EventHandler |
onwebkitanimationiteration |
EventHandler |
onwebkitanimationstart |
EventHandler |
onwebkittransitionend |
EventHandler |
onwheel
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
|
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.
|
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(EventListener callback) |
void |
addBeforeunloadListener(EventListener callback,
AddEventListenerOptions options) |
void |
addBeforeunloadListener(EventListener 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 |
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 |
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 |
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 |
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 |
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.
|
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.
|
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 handle)
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 handle)
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
JsObject |
get(java.lang.String name) |
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
java.lang.String |
prompt()
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
|
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.
|
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(EventListener callback) |
void |
removeBeforeunloadListener(EventListener callback,
boolean useCapture) |
void |
removeBeforeunloadListener(EventListener 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 |
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 |
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 |
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 |
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 |
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) |
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.
|
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_, values@Nonnull public java.lang.String name
@Nullable public EventHandler onabort
@Nullable public EventHandler onafterprint
@Nullable public AnimationEventHandler onanimationcancel
@Nullable public AnimationEventHandler onanimationend
@Nullable public AnimationEventHandler onanimationiteration
@Nullable public AnimationEventHandler onanimationstart
@Nullable public EventHandler onauxclick
@Nullable public EventHandler onbeforeprint
@Nullable public OnBeforeUnloadEventHandler onbeforeunload
@Nullable public FocusEventHandler onblur
@Nullable public EventHandler oncancel
@Nullable public EventHandler oncanplay
@Nullable public EventHandler oncanplaythrough
@Nullable public EventHandler onchange
@Nullable public EventHandler onclick
@Nullable public EventHandler onclose
@Nullable public EventHandler oncompassneedscalibration
@Nullable public EventHandler oncontextmenu
@Nullable public EventHandler oncuechange
@Nullable public EventHandler ondblclick
@Nullable public DeviceMotionEventHandler ondevicemotion
@Nullable public DeviceOrientationEventHandler ondeviceorientation
@Nullable public EventHandler ondeviceorientationabsolute
@Nullable public EventHandler ondrag
@Nullable public EventHandler ondragend
@Nullable public EventHandler ondragenter
@Nullable public EventHandler ondragleave
@Nullable public EventHandler ondragover
@Nullable public EventHandler ondragstart
@Nullable public EventHandler ondrop
@Nullable public EventHandler ondurationchange
@Nullable public EventHandler onemptied
@Nullable public EventHandler onended
@Nullable public OnErrorEventHandler onerror
@Nullable public FocusEventHandler onfocus
@Nullable public EventHandler onformdata
@Nullable public GamepadEventHandler ongamepadconnected
@Nullable public GamepadEventHandler ongamepaddisconnected
@Nullable public EventHandler ongotpointercapture
@Nullable public HashChangeEventHandler onhashchange
@Nullable public EventHandler oninput
@Nullable public EventHandler oninvalid
@Nullable public EventHandler onkeydown
@Nullable public EventHandler onkeypress
@Nullable public EventHandler onkeyup
@Nullable public EventHandler onlanguagechange
@Nullable public EventHandler onload
@Nullable public EventHandler onloadeddata
@Nullable public EventHandler onloadedmetadata
@Nullable public EventHandler onloadstart
@Nullable public EventHandler onlostpointercapture
@Nullable public MessageEventHandler onmessage
@Nullable public MessageEventHandler onmessageerror
@Nullable public EventHandler onmousedown
@Nullable public EventHandler onmouseenter
@Nullable public EventHandler onmouseleave
@Nullable public EventHandler onmousemove
@Nullable public EventHandler onmouseout
@Nullable public EventHandler onmouseover
@Nullable public EventHandler onmouseup
@Nullable public EventHandler onoffline
@Nullable public EventHandler ononline
@Nullable public EventHandler onorientationchange
@Nullable public PageTransitionEventHandler onpagehide
@Nullable public PageTransitionEventHandler onpageshow
@Nullable public EventHandler onpause
@Nullable public EventHandler onplay
@Nullable public EventHandler onplaying
@Nullable public EventHandler onpointercancel
@Nullable public EventHandler onpointerdown
@Nullable public EventHandler onpointerenter
@Nullable public EventHandler onpointerleave
@Nullable public EventHandler onpointermove
@Nullable public EventHandler onpointerout
@Nullable public EventHandler onpointerover
@Nullable public EventHandler onpointerup
@Nullable public EventHandler onpopstate
@Nullable public EventHandler onprogress
@Nullable public EventHandler onratechange
@Nullable public PromiseRejectionEventHandler onrejectionhandled
@Nullable public EventHandler onreset
@Nullable public UIEventHandler onresize
@Nullable public EventHandler onscroll
@Nullable public EventHandler onsecuritypolicyviolation
@Nullable public EventHandler onseeked
@Nullable public EventHandler onseeking
@Nullable public EventHandler onselect
@Nullable public EventHandler onselectionchange
@Nullable public EventHandler onselectstart
@Nullable public EventHandler onslotchange
@Nullable public EventHandler onstalled
@Nullable public StorageEventHandler onstorage
@Nullable public EventHandler onsubmit
@Nullable public EventHandler onsuspend
@Nullable public EventHandler ontimeupdate
@Nullable public EventHandler ontoggle
@Nullable public EventHandler ontouchcancel
@Nullable public EventHandler ontouchend
@Nullable public EventHandler ontouchmove
@Nullable public EventHandler ontouchstart
@Nullable public TransitionEventHandler ontransitioncancel
@Nullable public TransitionEventHandler ontransitionend
@Nullable public TransitionEventHandler ontransitionrun
@Nullable public TransitionEventHandler ontransitionstart
@Nullable public PromiseRejectionEventHandler onunhandledrejection
@Nullable public EventHandler onunload
@Nullable public EventHandler onvolumechange
@Nullable public EventHandler onwaiting
@Nullable public EventHandler onwebkitanimationend
@Nullable public EventHandler onwebkitanimationiteration
@Nullable public EventHandler onwebkitanimationstart
@Nullable public EventHandler onwebkittransitionend
@Nullable public EventHandler onwheel
@Nullable public jsinterop.base.Any opener
@Nonnull public 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()
@Nullable public Window open(@Nonnull java.lang.String url, @Nonnull java.lang.String target, @Nonnull java.lang.String features)
@Nullable public Window open(@Nonnull java.lang.String url, @Nonnull java.lang.String target)
@Nullable public Window open(@Nonnull java.lang.String url)
@Nullable public Window open()
public void postMessage(@Nullable
java.lang.Object message,
@Nonnull
java.lang.String targetOrigin,
@Nonnull
JsArray<Transferable> transfer)
public 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()
@Nullable
public java.lang.String prompt(@Nonnull
java.lang.String message,
@Nonnull
java.lang.String default_)
@Nullable
public java.lang.String prompt(@Nonnull
java.lang.String message)
@Nullable public java.lang.String prompt()
public void stop()
@JsOverlay @Nonnull public final JsObject get(@Nonnull java.lang.String name)
@Nonnull public CSSStyleDeclaration getComputedStyle(@Nonnull Element elt, @Nonnull java.lang.String pseudoElt)
@Nonnull public CSSStyleDeclaration getComputedStyle(@Nonnull Element elt)
@Nonnull public 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)
@Nullable public Selection getSelection()
@Nonnull
public java.lang.String atob(@Nonnull
java.lang.String data)
@Nonnull
public java.lang.String btoa(@Nonnull
java.lang.String data)
public void clearInterval(int handle)
public void clearInterval()
public void clearTimeout(int handle)
public void clearTimeout()
@Nonnull public Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, @Nonnull ImageBitmapOptions options)
@Nonnull public Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image)
@Nonnull public Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, int sx, int sy, int sw, int sh, @Nonnull ImageBitmapOptions options)
@Nonnull public Promise<ImageBitmap> createImageBitmap(@Nonnull ImageBitmapSource image, int sx, int sy, int sw, int sh)
public void queueMicrotask(@Nonnull
VoidFunction callback)
@Nonnull public Promise<Response> fetch(@Nonnull RequestInfo input, @Nonnull RequestInit init)
@Nonnull public Promise<Response> fetch(@Nonnull Request input, @Nonnull RequestInit init)
@Nonnull public Promise<Response> fetch(@Nonnull java.lang.String input, @Nonnull RequestInit init)
@Nonnull public Promise<Response> fetch(@Nonnull RequestInfo input)
@Nonnull public Promise<Response> fetch(@Nonnull Request input)
@Nonnull public 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 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 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 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 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 addBeforeunloadListener(@Nonnull
EventListener callback,
@Nonnull
AddEventListenerOptions options)
@JsOverlay
public final void addBeforeunloadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void addBeforeunloadListener(@Nonnull
EventListener callback)
@JsOverlay
public final void removeBeforeunloadListener(@Nonnull
EventListener callback,
@Nonnull
EventListenerOptions options)
@JsOverlay
public final void removeBeforeunloadListener(@Nonnull
EventListener callback,
boolean useCapture)
@JsOverlay
public final void removeBeforeunloadListener(@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 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 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 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 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 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)