Package | Description |
---|---|
elemental.client | |
elemental.dom | |
elemental.events | |
elemental.html | |
elemental.js.dom | |
elemental.js.events | |
elemental.js.html | |
elemental.js.util |
Modifier and Type | Method and Description |
---|---|
static Window |
Browser.getWindow()
Gets the window within which this script is running.
|
Modifier and Type | Method and Description |
---|---|
Window |
Document.getDefaultView()
Returns a reference to the window object.
|
Modifier and Type | Method and Description |
---|---|
Touch |
Document.createTouch(Window window,
EventTarget target,
int identifier,
int pageX,
int pageY,
int screenX,
int screenY,
int webkitRadiusX,
int webkitRadiusY,
float webkitRotationAngle,
float webkitForce) |
Modifier and Type | Method and Description |
---|---|
Window |
MessageEvent.getSource() |
Window |
UIEvent.getView()
A view which generated the event.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositionEvent.initCompositionEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Window viewArg,
String dataArg)
Initializes the attributes of a composition event.
|
void |
KeyboardEvent.initKeyboardEvent(String type,
boolean canBubble,
boolean cancelable,
Window view,
String keyIdentifier,
int keyLocation,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
boolean altGraphKey)
Initializes the attributes of a keyboard event object.
|
void |
MessageEvent.initMessageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg,
Indexable messagePorts) |
void |
MouseEvent.initMouseEvent(String type,
boolean canBubble,
boolean cancelable,
Window view,
int detail,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int button,
EventTarget relatedTarget) |
void |
TextEvent.initTextEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Window viewArg,
String dataArg) |
void |
TouchEvent.initTouchEvent(TouchList touches,
TouchList targetTouches,
TouchList changedTouches,
String type,
Window view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
void |
UIEvent.initUIEvent(String type,
boolean canBubble,
boolean cancelable,
Window view,
int detail)
Initializes the UIEvent object.
|
void |
WheelEvent.initWebKitWheelEvent(int wheelDeltaX,
int wheelDeltaY,
Window view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
void |
MessageEvent.webkitInitMessageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg,
Indexable transferables) |
Modifier and Type | Method and Description |
---|---|
Window |
FrameElement.getContentWindow() |
Window |
IFrameElement.getContentWindow()
The window proxy for the nested browsing context.
|
Window |
Window.getFrames() |
Window |
Window.getOpener() |
Window |
Window.getParent() |
Window |
Window.getSelf() |
Window |
Window.getTop() |
Window |
Window.getWindow() |
Window |
Window.open(String url,
String name) |
Window |
Window.open(String url,
String name,
String options) |
Modifier and Type | Method and Description |
---|---|
JsTouch |
JsDocument.createTouch(Window window,
EventTarget target,
int identifier,
int pageX,
int pageY,
int screenX,
int screenY,
int webkitRadiusX,
int webkitRadiusY,
float webkitRotationAngle,
float webkitForce) |
Modifier and Type | Method and Description |
---|---|
void |
JsCompositionEvent.initCompositionEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Window viewArg,
String dataArg) |
void |
JsKeyboardEvent.initKeyboardEvent(String type,
boolean canBubble,
boolean cancelable,
Window view,
String keyIdentifier,
int keyLocation,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
boolean altGraphKey) |
void |
JsMessageEvent.initMessageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg,
Indexable messagePorts) |
void |
JsMouseEvent.initMouseEvent(String type,
boolean canBubble,
boolean cancelable,
Window view,
int detail,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int button,
EventTarget relatedTarget) |
void |
JsTextEvent.initTextEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Window viewArg,
String dataArg) |
void |
JsTouchEvent.initTouchEvent(TouchList touches,
TouchList targetTouches,
TouchList changedTouches,
String type,
Window view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
void |
JsUIEvent.initUIEvent(String type,
boolean canBubble,
boolean cancelable,
Window view,
int detail) |
void |
JsWheelEvent.initWebKitWheelEvent(int wheelDeltaX,
int wheelDeltaY,
Window view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
void |
JsMessageEvent.webkitInitMessageEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object dataArg,
String originArg,
String lastEventIdArg,
Window sourceArg,
Indexable transferables) |
Modifier and Type | Class and Description |
---|---|
class |
JsWindow |
Modifier and Type | Method and Description |
---|---|
static void |
Xhr.get(Window window,
String url,
Xhr.Callback callback)
Send a GET request to the
url and dispatch updates to the
callback . |
static void |
Xhr.head(Window window,
String url,
Xhr.Callback callback)
Send a HEAD request to the
url and dispatch updates to the
callback . |
static void |
Xhr.post(Window window,
String url,
String requestData,
String contentType,
Xhr.Callback callback)
Send a POST request to the
url and dispatch updates to the
callback . |
Copyright © 2018. All rights reserved.