public class CmsHtmlGalleryWidget extends A_CmsHtmlGalleryWidget
A_CmsWidget.CmsDummyWidgetDialogHELP_POSTFIX, LABEL_PREFIX| 构造器和说明 |
|---|
CmsHtmlGalleryWidget()
Creates a new html gallery widget.
|
CmsHtmlGalleryWidget(java.lang.String configuration)
Creates a new html gallery widget with the given configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getNameLower()
Returns the lower case name of the gallery, for example
"html". |
java.lang.String |
getNameUpper()
Returns the upper case name of the gallery, for example
"Html". |
java.lang.String |
getWidgetName()
Returns the class name of the widget.
|
I_CmsWidget |
newInstance()
Creates a duplicate of this widget instance.
|
getDialogWidget, showPreviewgetConfiguration, getCssResourceLinks, getDefaultDisplayType, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getInitCall, getJavaScriptResourceLinks, isCompactViewEnabled, isInternalequals, getConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, setConfiguration, setEditorValuegetConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpText, getWidgetStringValue, setConfiguration, setEditorValuepublic CmsHtmlGalleryWidget()
public CmsHtmlGalleryWidget(java.lang.String configuration)
configuration - the configuration to usepublic java.lang.String getNameLower()
A_CmsGalleryWidget"html".getNameLower 在类中 A_CmsGalleryWidgetA_CmsGalleryWidget.getNameLower()public java.lang.String getNameUpper()
A_CmsGalleryWidget"Html".getNameUpper 在类中 A_CmsGalleryWidgetA_CmsGalleryWidget.getNameUpper()public java.lang.String getWidgetName()
I_CmsADEWidgetgetWidgetName 在接口中 I_CmsADEWidgetgetWidgetName 在类中 A_CmsHtmlGalleryWidgetI_CmsADEWidget.getWidgetName()public I_CmsWidget newInstance()
I_CmsWidgetI_CmsWidget.newInstance()