public class CmsComplexWidgetData
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
| 限定符 | 构造器和说明 |
|---|---|
protected |
CmsComplexWidgetData()
Defaul constructor for serialization.
|
|
CmsComplexWidgetData(java.lang.String rendererName,
java.lang.String config,
CmsExternalWidgetConfiguration extConfig)
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getConfiguration()
Gets the renderer configuration string.
|
CmsExternalWidgetConfiguration |
getExternalWidgetConfiguration()
Gets information about the external resources which are needed by this widget.
|
java.lang.String |
getRendererName()
Gets the renderer name.
|
public CmsComplexWidgetData(java.lang.String rendererName,
java.lang.String config,
CmsExternalWidgetConfiguration extConfig)
rendererName - the renderer nameconfig - the renderer configurationextConfig - the external resource configuration for the widgetprotected CmsComplexWidgetData()
public java.lang.String getConfiguration()
public CmsExternalWidgetConfiguration getExternalWidgetConfiguration()
public java.lang.String getRendererName()