|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.maps.jsio.client.JSFunction
public abstract class JSFunction
This is an interface for use with JSWrapper to export a Java function into a
JavaScript context. If the JSFunction contains multiple functions, the method
to export must by specified with an Exported
annotation on the
method. Anonymous classes are supported.
The underlying JavaScript function object will have an identity corresponding to that of the JSFunction object, which makes it suitable for use with a register/unregister style of JavaScript API.
Constructor Summary | |
---|---|
JSFunction()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSFunction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |