|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.widgets.A_CmsWidget
org.opencms.widgets.A_CmsGalleryWidget
org.opencms.widgets.CmsDownloadGalleryWidget
public class CmsDownloadGalleryWidget
Provides a widget that allows access to the available OpenCms download galleries, for use on a widget dialog.
Field Summary |
---|
Fields inherited from class org.opencms.widgets.A_CmsWidget |
---|
HELP_POSTFIX, LABEL_PREFIX |
Constructor Summary | |
---|---|
CmsDownloadGalleryWidget()
Creates a new download gallery widget. |
|
CmsDownloadGalleryWidget(java.lang.String configuration)
Creates a new download gallery widget with the given configuration. |
Method Summary | |
---|---|
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" . |
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. |
Methods inherited from class org.opencms.widgets.A_CmsGalleryWidget |
---|
getDialogIncludes, getDialogInitCall, getDialogInitMethod, getDialogWidget |
Methods inherited from class org.opencms.widgets.A_CmsWidget |
---|
equals, getConfiguration, getDialogHtmlEnd, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, setConfiguration, setEditorValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsDownloadGalleryWidget()
public CmsDownloadGalleryWidget(java.lang.String configuration)
configuration
- the configuration to useMethod Detail |
---|
public 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 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
in class A_CmsGalleryWidget
value
- the current widget value
true
if the preview button should be shownA_CmsGalleryWidget.showPreview(java.lang.String)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |