public class CmsTableGalleryWidget extends A_CmsHtmlGalleryWidget
A_CmsWidget.CmsDummyWidgetDialog
HELP_POSTFIX, LABEL_PREFIX
Constructor and Description |
---|
CmsTableGalleryWidget()
Creates a new table gallery widget.
|
CmsTableGalleryWidget(java.lang.String configuration)
Creates a new table 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.
|
getDialogWidget, showPreview
getConfiguration, getCssResourceLinks, getDefaultDisplayType, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getInitCall, getJavaScriptResourceLinks, isCompactViewEnabled, isInternal
equals, getConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, setConfiguration, setEditorValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpText, getWidgetStringValue, setConfiguration, setEditorValue
public CmsTableGalleryWidget()
public CmsTableGalleryWidget(java.lang.String configuration)
configuration
- the configuration to usepublic java.lang.String getNameLower()
A_CmsGalleryWidget
"html"
.getNameLower
in class A_CmsGalleryWidget
A_CmsGalleryWidget.getNameLower()
public java.lang.String getNameUpper()
A_CmsGalleryWidget
"Html"
.getNameUpper
in class A_CmsGalleryWidget
A_CmsGalleryWidget.getNameUpper()
public java.lang.String getWidgetName()
I_CmsADEWidget
getWidgetName
in interface I_CmsADEWidget
getWidgetName
in class A_CmsHtmlGalleryWidget
I_CmsADEWidget.getWidgetName()
public I_CmsWidget newInstance()
I_CmsWidget
I_CmsWidget.newInstance()