public class CmsDownloadGalleryWidget extends A_CmsGalleryWidget
A_CmsWidget.CmsDummyWidgetDialog
HELP_POSTFIX, LABEL_PREFIX
构造器和说明 |
---|
CmsDownloadGalleryWidget()
Creates a new download gallery widget.
|
CmsDownloadGalleryWidget(java.lang.String configuration)
Creates a new download 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.
|
boolean |
showPreview(java.lang.String value)
Returns
true if the preview button should be shown. |
getConfiguration, getCssResourceLinks, getDefaultDisplayType, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getDialogWidget, getInitCall, getJavaScriptResourceLinks, isCompactViewEnabled, isInternal
equals, getConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, setConfiguration, setEditorValue
getConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpText, getWidgetStringValue, setConfiguration, setEditorValue
public CmsDownloadGalleryWidget()
public CmsDownloadGalleryWidget(java.lang.String configuration)
configuration
- the configuration to usepublic java.lang.String getNameLower()
A_CmsGalleryWidget
"html"
.getNameLower
在类中 A_CmsGalleryWidget
A_CmsGalleryWidget.getNameLower()
public java.lang.String getNameUpper()
A_CmsGalleryWidget
"Html"
.getNameUpper
在类中 A_CmsGalleryWidget
A_CmsGalleryWidget.getNameUpper()
public java.lang.String getWidgetName()
I_CmsADEWidget
getWidgetName
在接口中 I_CmsADEWidget
getWidgetName
在类中 A_CmsGalleryWidget
I_CmsADEWidget.getWidgetName()
public I_CmsWidget newInstance()
I_CmsWidget
I_CmsWidget.newInstance()
public boolean showPreview(java.lang.String value)
A_CmsGalleryWidget
true
if the preview button should be shown.showPreview
在类中 A_CmsGalleryWidget
value
- the current widget valuetrue
if the preview button should be shownA_CmsGalleryWidget.showPreview(java.lang.String)