public interface I_CmsComplexWidget
限定符和类型 | 方法和说明 |
---|---|
I_CmsComplexWidget |
configure(java.lang.String configuration)
Returns a copy of this widget which has been configured with the given configuration string.
|
java.lang.String |
getName()
Gets the name of the complex widget.
|
CmsComplexWidgetData |
getWidgetData(CmsObject cms)
Gets the data needed for the editor to render the complex widget.
|
I_CmsComplexWidget configure(java.lang.String configuration)
configuration
- the configuration stringjava.lang.String getName()
The string returned by this function should be a valid Javascript identifier.
CmsComplexWidgetData getWidgetData(CmsObject cms)
cms
- The CMS object to use for VFS operations