Class CKanMetadataPublisher
- java.lang.Object
-
- org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanMetadataPublisher
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class CKanMetadataPublisher extends Object implements com.google.gwt.core.client.EntryPoint
Entry point classes defineonModuleLoad().
-
-
Field Summary
Fields Modifier and Type Field Description static CKanPublisherServiceAsyncckanServices
-
Constructor Summary
Constructors Constructor Description CKanMetadataPublisher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonModuleLoad()This is the entry point method.static voidprintJs(String msg)Prints the.static voidprintJsObj(Object object)Prints the.
-
-
-
Field Detail
-
ckanServices
public static final CKanPublisherServiceAsync ckanServices
-
-
Method Detail
-
onModuleLoad
public void onModuleLoad()
This is the entry point method.- Specified by:
onModuleLoadin interfacecom.google.gwt.core.client.EntryPoint
-
printJs
public static void printJs(String msg)
Prints the.- Parameters:
msg- the msg
-
printJsObj
public static void printJsObj(Object object)
Prints the.- Parameters:
msg- the msg
-
-