Package | Description |
---|---|
com.google.gwt.dev.shell |
Modifier and Type | Class and Description |
---|---|
class |
JsValueOOPHM
Represents a JavaScript value in OOPHM.
|
Modifier and Type | Method and Description |
---|---|
protected abstract JsValue |
ModuleSpace.doInvoke(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invokes a native JavaScript function.
|
protected JsValue |
ModuleSpaceOOPHM.doInvoke(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a JS method and return its value.
|
JsValue |
JsValue.DispatchObject.getField(int dispatchId) |
JsValue |
JsValue.DispatchObject.getField(String name) |
protected JsValue |
ModuleSpace.invokeNative(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invokes a native JavaScript function.
|
Modifier and Type | Method and Description |
---|---|
static Object |
JsValueGlue.createJavaScriptObject(JsValue value,
CompilingClassLoader classLoader)
Create a JavaScriptObject instance referring to this JavaScript object.
|
static <T> T |
JsValueGlue.get(JsValue value,
CompilingClassLoader cl,
Class<T> type,
String msgPrefix)
Return an object containing the value JavaScript object as a specified
type.
|
boolean |
JsValue.DispatchMethod.invoke(JsValue jsthis,
JsValue[] jsargs,
JsValue returnValue) |
boolean |
JsValue.DispatchMethod.invoke(JsValue jsthis,
JsValue[] jsargs,
JsValue returnValue) |
static void |
JsValueGlue.set(JsValue value,
CompilingClassLoader cl,
Class<?> type,
Object obj)
Set the underlying value.
|
void |
JsValue.DispatchObject.setField(int dispatchId,
JsValue value) |
void |
JsValue.DispatchObject.setField(String name,
JsValue value) |
abstract void |
JsValue.setValue(JsValue other)
Make this JsValue refer to the same underlying object as another JsValue.
|
void |
JsValueOOPHM.setValue(JsValue other) |
Copyright © 2018. All rights reserved.