Class CmsComplexWidgetData
java.lang.Object
org.opencms.ade.contenteditor.shared.CmsComplexWidgetData
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsComplexWidgetData
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Bean which holds the necessary data for complex value widgets in the Acacia editor.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Defaul constructor for serialization.CmsComplexWidgetData
(String rendererName, String config, CmsExternalWidgetConfiguration extConfig) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the renderer configuration string.Gets information about the external resources which are needed by this widget.Gets the renderer name.
-
Constructor Details
-
CmsComplexWidgetData
protected CmsComplexWidgetData()Defaul constructor for serialization.
-
Method Details
-
getConfiguration
Gets the renderer configuration string.- Returns:
- the renderer configuration string
-
getExternalWidgetConfiguration
Gets information about the external resources which are needed by this widget.- Returns:
- the information about the required external resources
-
getRendererName
Gets the renderer name.- Returns:
- the renderer name
-