com.xpn.xwiki.gwt.api.client
Class Api
java.lang.Object
com.xpn.xwiki.gwt.api.client.Api
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint
public class Api
- extends Object
- implements com.google.gwt.core.client.EntryPoint
|
Constructor Summary |
Api()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Api
public Api()
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint
loadJSApi
public void loadJSApi(Api x)
- Creates the Javascript API interface that can be used by web pages.
- Parameters:
x - An instance of "this" for the callbacks to be made to.
jscallback
public void jscallback(com.google.gwt.core.client.JavaScriptObject callback,
Object result)
editProperty
public void editProperty(String fullname,
String className,
String propname,
com.google.gwt.core.client.JavaScriptObject callback)
Copyright © 2004-2013 XWiki. All Rights Reserved.