public interface I_CmsADEWidget extends I_CmsWidget
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getConfiguration(CmsObject cms,
A_CmsXmlContentValue contentValue,
CmsMessages messages,
CmsResource resource,
java.util.Locale contentLocale)
Returns the configuration string for the ADE content editor widget.
|
java.util.List<java.lang.String> |
getCssResourceLinks(CmsObject cms)
Returns a list of CSS resources required by the widget.
|
I_CmsXmlContentHandler.DisplayType |
getDefaultDisplayType()
Returns the default display type of this widget.
|
java.lang.String |
getInitCall()
Returns the java script initialization call.
|
java.util.List<java.lang.String> |
getJavaScriptResourceLinks(CmsObject cms)
Returns a list of java script resources required by the widget.
|
java.lang.String |
getWidgetName()
Returns the class name of the widget.
|
boolean |
isInternal()
Returns if this is an internal widget.
|
getConfiguration, getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getDialogWidget, getHelpBubble, getHelpText, getWidgetStringValue, isCompactViewEnabled, newInstance, setConfiguration, setEditorValue
java.lang.String getConfiguration(CmsObject cms, A_CmsXmlContentValue contentValue, CmsMessages messages, CmsResource resource, java.util.Locale contentLocale)
cms
- the OpenCms contextcontentValue
- the schema typemessages
- the messagesresource
- the edited resourcecontentLocale
- the content localejava.util.List<java.lang.String> getCssResourceLinks(CmsObject cms)
cms
- the current OpenCms contextI_CmsXmlContentHandler.DisplayType getDefaultDisplayType()
java.lang.String getInitCall()
java.util.List<java.lang.String> getJavaScriptResourceLinks(CmsObject cms)
cms
- the current OpenCms contextjava.lang.String getWidgetName()
boolean isInternal()
Only widgets belonging to the OpenCms core should be marked as internal.
true
if this is an internal widget