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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the CSS resource links.Returns the java script initialization call.Returns the java script resource links.Returns the widget name.
-
Constructor Details
-
CmsExternalWidgetConfiguration
public CmsExternalWidgetConfiguration(String widgetName, String initCall, List<String> javaScriptResourceLinks, List<String> cssResourceLinks) - Parameters:
widgetName
- the widget nameinitCall
- the java script initialization calljavaScriptResourceLinks
- the java script resource linkscssResourceLinks
- the CSS resource links
-
CmsExternalWidgetConfiguration
protected CmsExternalWidgetConfiguration()Constructor, for serialization only.
-
-
Method Details
-
getCssResourceLinks
Returns the CSS resource links.- Returns:
- the CSS resource links
-
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
-