| Modifier and Type | Class and Description |
|---|---|
class |
JQueryElement
Represent a JQuery Element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Array
Native JS Array
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends JsObject> |
JsObject.observe(T model,
Function<Changed<T>[],Void> fn) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JSON.stringify(JsObject obj) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventListener<E extends JsObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
Element |
class |
EventTarget
Represent a EventTarget Element
|
class |
Node
Represent a EventTarget Element
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.bind(String property,
JsObject objects) |
| Modifier and Type | Class and Description |
|---|---|
class |
IDBDatabase |
class |
IDBFactory |
class |
IDBTransaction |
| Modifier and Type | Method and Description |
|---|---|
JsObject |
IDBRequest.getSource() |
| Modifier and Type | Method and Description |
|---|---|
IDBRequest |
IDBObjectStore.add(JsObject obj,
String id) |
Object |
IDBObjectStore.createIndex(String name,
String path,
JsObject options) |
IDBRequest |
IDBObjectStore.put(JsObject obj,
String id) |
void |
IDBRequest.setSource(JsObject object) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryEntry |
class |
File |
class |
FileEntry |
class |
FileError |
class |
FileOptions |
class |
FileSystem |
class |
FileWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLBodyElement |
class |
HTMLElement
Native HTMLElement
|
class |
HTMLInputElement
Native HTMLInputElement
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLElement.addEventListener(String event,
EventListener<? extends JsObject> handler) |
Copyright © 2017. All rights reserved.