Package org.opencms.widgets
Class CmsAdeDownloadGalleryWidget
java.lang.Object
org.opencms.widgets.A_CmsWidget
org.opencms.widgets.A_CmsAdeGalleryWidget
org.opencms.widgets.CmsAdeDownloadGalleryWidget
- All Implemented Interfaces:
I_CmsADEWidget
,I_CmsWidget
ADE download gallery widget implementations.
- Since:
- 8.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.widgets.A_CmsWidget
A_CmsWidget.CmsDummyWidgetDialog
-
Field Summary
Fields inherited from class org.opencms.widgets.A_CmsAdeGalleryWidget
PATH_GALLERY_JSP
Fields inherited from class org.opencms.widgets.A_CmsWidget
HELP_POSTFIX, LABEL_PREFIX
-
Constructor Summary
ModifierConstructorDescriptionConstructor.protected
CmsAdeDownloadGalleryWidget
(String configuration) Creates a new gallery widget with the given configuration. -
Method Summary
Modifier and TypeMethodDescriptionprotected JSONObject
getAdditionalGalleryInfo
(CmsObject cms, String resource, CmsMessages messages, I_CmsWidgetParameter param) Returns additional widget information encapsulated in a JSON object.Returns the lower case name of the gallery, for example"html"
.protected String
Gets the prefix for the key used to store the last selected gallery.protected String
Returns the resource type names available within this gallery widget.Returns the class name of the widget.Creates a duplicate of this widget instance.Methods inherited from class org.opencms.widgets.A_CmsAdeGalleryWidget
getConfiguration, getCssResourceLinks, getDefaultDisplayType, getDialogWidget, getGalleryOpenParams, getInitCall, getJavaScriptResourceLinks, getJSONConfig, getOpenGalleryCall, getOpenPreviewCall, getWidgetConfiguration, isCompactViewEnabled, isInternal
Methods inherited from class org.opencms.widgets.A_CmsWidget
equals, getConfiguration, getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, 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
Methods inherited from interface org.opencms.widgets.I_CmsWidget
getConfiguration, getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpText, getWidgetStringValue, setConfiguration, setEditorValue
-
Constructor Details
-
CmsAdeDownloadGalleryWidget
public CmsAdeDownloadGalleryWidget()Constructor. -
CmsAdeDownloadGalleryWidget
Creates a new gallery widget with the given configuration.- Parameters:
configuration
- the configuration to use
-
-
Method Details
-
getGalleryName
Description copied from class:A_CmsAdeGalleryWidget
Returns the lower case name of the gallery, for example"html"
.- Specified by:
getGalleryName
in classA_CmsAdeGalleryWidget
- Returns:
- the lower case name of the gallery
- See Also:
-
getWidgetName
Description copied from interface:I_CmsADEWidget
Returns the class name of the widget.- Specified by:
getWidgetName
in interfaceI_CmsADEWidget
- Overrides:
getWidgetName
in classA_CmsAdeGalleryWidget
- Returns:
- the class name
- See Also:
-
newInstance
Description copied from interface:I_CmsWidget
Creates a duplicate of this widget instance.- Returns:
- a duplicate of this widget instance
- See Also:
-
getAdditionalGalleryInfo
protected JSONObject getAdditionalGalleryInfo(CmsObject cms, String resource, CmsMessages messages, I_CmsWidgetParameter param) throws JSONException Description copied from class:A_CmsAdeGalleryWidget
Returns additional widget information encapsulated in a JSON object.May be
null
.- Specified by:
getAdditionalGalleryInfo
in classA_CmsAdeGalleryWidget
- Parameters:
cms
- an initialized instance of a CmsObjectresource
- the edited resourcemessages
- the dialog messagesparam
- the widget parameter to generate the widget for- Returns:
- additional widget information
- Throws:
JSONException
- if something goes wrong generating the JSON object- See Also:
-
getGalleryStoragePrefix
Description copied from class:A_CmsAdeGalleryWidget
Gets the prefix for the key used to store the last selected gallery.- Overrides:
getGalleryStoragePrefix
in classA_CmsAdeGalleryWidget
- Returns:
- the key prefix
- See Also:
-
getGalleryTypes
Description copied from class:A_CmsAdeGalleryWidget
Returns the resource type names available within this gallery widget.- Specified by:
getGalleryTypes
in classA_CmsAdeGalleryWidget
- Returns:
- the resource type names
- See Also:
-