public class CmsImageGalleryWidget extends A_CmsGalleryWidget
A_CmsWidget.CmsDummyWidgetDialogHELP_POSTFIX, LABEL_PREFIX| Constructor and Description |
|---|
CmsImageGalleryWidget()
Creates a new image gallery widget.
|
CmsImageGalleryWidget(java.lang.String configuration)
Creates a new image gallery widget with the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
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, isInternalequals, getConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, setConfiguration, setEditorValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpText, getWidgetStringValue, setConfiguration, setEditorValuepublic CmsImageGalleryWidget()
public CmsImageGalleryWidget(java.lang.String configuration)
configuration - the configuration to usepublic java.lang.String getNameLower()
A_CmsGalleryWidget"html".getNameLower in class A_CmsGalleryWidgetA_CmsGalleryWidget.getNameLower()public java.lang.String getNameUpper()
A_CmsGalleryWidget"Html".getNameUpper in class A_CmsGalleryWidgetA_CmsGalleryWidget.getNameUpper()public java.lang.String getWidgetName()
I_CmsADEWidgetgetWidgetName in interface I_CmsADEWidgetgetWidgetName in class A_CmsGalleryWidgetI_CmsADEWidget.getWidgetName()public I_CmsWidget newInstance()
I_CmsWidgetI_CmsWidget.newInstance()public boolean showPreview(java.lang.String value)
A_CmsGalleryWidgettrue if the preview button should be shown.showPreview in class A_CmsGalleryWidgetvalue - the current widget valuetrue if the preview button should be shownA_CmsGalleryWidget.showPreview(java.lang.String)