Package | Description |
---|---|
com.xalys.xgl.browser.indexeddb | |
com.xalys.xgl.browser.js |
Modifier and Type | Method and Description |
---|---|
Function |
Request.getOnError() |
Modifier and Type | Method and Description |
---|---|
void |
IDBDatabase.setOnabort(Function f) |
void |
Transaction.setOnAbort(Function fn) |
void |
IDBDatabase.setOnerror(Function f) |
void |
Transaction.setOnError(Function fn) |
void |
Request.setOnError(Function fn) |
void |
IDBOpenDBRequest.setOnUpgradeNeeded(Function<IDBVersionChangeEvent<IDBOpenDBRequest>,Void> fn) |
void |
IDBDatabase.setOnversionchange(Function f) |
Modifier and Type | Method and Description |
---|---|
Array |
Array.filter(Function<Boolean,Object> fn) |
static <T extends JsObject> |
JsObject.observe(T model,
Function<Changed<T>[],Void> fn) |
Copyright © 2018 Xalys. All rights reserved.