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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadScriptDependencies
(com.google.gwt.core.client.JsArrayString dependencies, com.google.gwt.core.client.JavaScriptObject callback) Loads JavaScript resources into the window context.void
Methods 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:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
- Overrides:
onModuleLoad
in classA_CmsEntryPoint
- See Also:
-
EntryPoint.onModuleLoad()
-