Package org.opencms.ui.client
Class CmsWidgetSetEntryPoint
java.lang.Object
org.opencms.gwt.client.A_CmsEntryPoint
org.opencms.ui.client.CmsWidgetSetEntryPoint
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
Entry point class for the OpenCms standard widgetset.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadScriptDependencies(com.google.gwt.core.client.JsArrayString dependencies, com.google.gwt.core.client.JavaScriptObject callback) Loads JavaScript resources into the window context.voidMethods inherited from class org.opencms.gwt.client.A_CmsEntryPoint
enableRemoteExceptionHandler
-
Constructor Details
-
CmsWidgetSetEntryPoint
public CmsWidgetSetEntryPoint()
-
-
Method Details
-
loadScriptDependencies
public static void loadScriptDependencies(com.google.gwt.core.client.JsArrayString dependencies, com.google.gwt.core.client.JavaScriptObject callback) Loads JavaScript resources into the window context.- Parameters:
dependencies- the dependencies to loadcallback- the callback to execute once the resources are loaded
-
onModuleLoad
- Specified by:
onModuleLoadin interfacecom.google.gwt.core.client.EntryPoint- Overrides:
onModuleLoadin classA_CmsEntryPoint- See Also:
-