Class CmsExternalWidgetConfiguration

java.lang.Object
org.opencms.ade.contenteditor.shared.CmsExternalWidgetConfiguration
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsExternalWidgetConfiguration extends Object implements com.google.gwt.user.client.rpc.IsSerializable
External widget configuration settings.

  • Constructor Details

    • CmsExternalWidgetConfiguration

      public CmsExternalWidgetConfiguration(String widgetName, String initCall, List<String> javaScriptResourceLinks, List<String> cssResourceLinks)
      Parameters:
      widgetName - the widget name
      initCall - the java script initialization call
      javaScriptResourceLinks - the java script resource links
      cssResourceLinks - the CSS resource links
    • CmsExternalWidgetConfiguration

      Constructor, for serialization only.

  • Method Details

    • getCssResourceLinks

      Returns the CSS resource links.

      Returns:
      the CSS resource links
    • getInitCall

      public String getInitCall()
      Returns the java script initialization call.

      Returns:
      the java script initialization call
    • getJavaScriptResourceLinks

      Returns the java script resource links.

      Returns:
      the java script resource links
    • getWidgetName

      Returns the widget name.

      Returns:
      the widget name