Class CmsComplexWidgetData

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsComplexWidgetData
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Bean which holds the necessary data for complex value widgets in the Acacia editor.

    • Constructor Detail

      • CmsComplexWidgetData

        public CmsComplexWidgetData​(java.lang.String rendererName,
                                    java.lang.String config,
                                    CmsExternalWidgetConfiguration extConfig)
        Creates a new instance.

        Parameters:
        rendererName - the renderer name
        config - the renderer configuration
        extConfig - the external resource configuration for the widget
    • Method Detail

      • getConfiguration

        public java.lang.String getConfiguration()
        Gets the renderer configuration string.

        Returns:
        the renderer configuration string
      • getRendererName

        public java.lang.String getRendererName()
        Gets the renderer name.

        Returns:
        the renderer name