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 Details

  • 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 load
      callback - the callback to execute once the resources are loaded
    • onModuleLoad

      public void onModuleLoad()
      Specified by:
      onModuleLoad in interface com.google.gwt.core.client.EntryPoint
      Overrides:
      onModuleLoad in class A_CmsEntryPoint
      See Also:
      • EntryPoint.onModuleLoad()