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 java.lang.Object
- implements com.google.gwt.core.client.EntryPoint
|
Constructor Summary |
Api()
|
|
Method Summary |
void |
editProperty(java.lang.String fullname,
java.lang.String className,
java.lang.String propname,
com.google.gwt.core.client.JavaScriptObject callback)
|
void |
jscallback(com.google.gwt.core.client.JavaScriptObject callback,
java.lang.Object result)
|
void |
loadJSApi(Api x)
Creates the Javascript API interface that can be used by web pages. |
void |
onModuleLoad()
|
| 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,
java.lang.Object result)
editProperty
public void editProperty(java.lang.String fullname,
java.lang.String className,
java.lang.String propname,
com.google.gwt.core.client.JavaScriptObject callback)
Copyright © 2004-2011 XWiki. All Rights Reserved.