public abstract class A_CmsAdeGalleryWidget extends A_CmsWidget implements I_CmsADEWidget
A_CmsWidget.CmsDummyWidgetDialog
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PATH_GALLERY_JSP
The gallery JSP path.
|
HELP_POSTFIX, LABEL_PREFIX
Modifier | Constructor and Description |
---|---|
|
A_CmsAdeGalleryWidget()
Constructor.
|
protected |
A_CmsAdeGalleryWidget(java.lang.String configuration)
Creates a new gallery widget with the given configuration.
|
Modifier and Type | Method and Description |
---|---|
protected abstract JSONObject |
getAdditionalGalleryInfo(CmsObject cms,
java.lang.String resource,
CmsMessages messages,
I_CmsWidgetParameter param)
Returns additional widget information encapsulated in a JSON object.
|
java.lang.String |
getConfiguration(CmsObject cms,
A_CmsXmlContentValue schemaType,
CmsMessages messages,
CmsResource resource,
java.util.Locale contentLocale)
Returns the configuration string for the ADE content editor widget.
|
java.util.List<java.lang.String> |
getCssResourceLinks(CmsObject cms)
Returns a list of CSS resources required by the widget.
|
I_CmsXmlContentHandler.DisplayType |
getDefaultDisplayType()
Returns the default display type of this widget.
|
java.lang.String |
getDialogWidget(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Generates the widget HTML for the provided widget parameter.
|
abstract java.lang.String |
getGalleryName()
Returns the lower case name of the gallery, for example
"html" . |
protected java.util.Map<java.lang.String,java.lang.String> |
getGalleryOpenParams(CmsObject cms,
CmsMessages messages,
I_CmsWidgetParameter param,
java.lang.String resource,
long hashId)
Returns the required gallery open parameters.
|
protected java.lang.String |
getGalleryStoragePrefix()
Gets the prefix for the key used to store the last selected gallery.
|
protected abstract java.lang.String |
getGalleryTypes()
Returns the resource type names available within this gallery widget.
|
java.lang.String |
getInitCall()
Returns the java script initialization call.
|
java.util.List<java.lang.String> |
getJavaScriptResourceLinks(CmsObject cms)
Returns a list of java script resources required by the widget.
|
protected JSONObject |
getJSONConfig(CmsObject cms,
A_CmsXmlContentValue schemaType,
CmsMessages messages,
CmsResource resource,
java.util.Locale contentLocale)
Returns the gallery widget configuration as a JSON object.
|
protected java.lang.String |
getOpenGalleryCall(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param,
long hashId)
Returns the javascript call to open the gallery widget dialog.
|
protected java.lang.String |
getOpenPreviewCall(I_CmsWidgetDialog widgetDialog,
java.lang.String id)
Returns the javascript call to open the preview dialog.
|
protected CmsGalleryWidgetConfiguration |
getWidgetConfiguration(CmsObject cms,
CmsMessages messages,
I_CmsWidgetParameter param)
Returns the widget configuration.
|
java.lang.String |
getWidgetName()
Returns the class name of the widget.
|
boolean |
isCompactViewEnabled()
Returns if the widget is compact view enabled.
|
boolean |
isInternal()
Returns if this is an internal widget.
|
equals, getConfiguration, getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, setConfiguration, setEditorValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getConfiguration, getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpText, getWidgetStringValue, newInstance, setConfiguration, setEditorValue
protected static final java.lang.String PATH_GALLERY_JSP
public A_CmsAdeGalleryWidget()
protected A_CmsAdeGalleryWidget(java.lang.String configuration)
configuration
- the configuration to usepublic java.lang.String getConfiguration(CmsObject cms, A_CmsXmlContentValue schemaType, CmsMessages messages, CmsResource resource, java.util.Locale contentLocale)
I_CmsADEWidget
getConfiguration
in interface I_CmsADEWidget
cms
- the OpenCms contextschemaType
- the schema typemessages
- the messagesresource
- the edited resourcecontentLocale
- the content localeI_CmsADEWidget.getConfiguration(org.opencms.file.CmsObject, org.opencms.xml.types.A_CmsXmlContentValue, org.opencms.i18n.CmsMessages, org.opencms.file.CmsResource, java.util.Locale)
public java.util.List<java.lang.String> getCssResourceLinks(CmsObject cms)
I_CmsADEWidget
getCssResourceLinks
in interface I_CmsADEWidget
cms
- the current OpenCms contextI_CmsADEWidget.getCssResourceLinks(org.opencms.file.CmsObject)
public I_CmsXmlContentHandler.DisplayType getDefaultDisplayType()
I_CmsADEWidget
getDefaultDisplayType
in interface I_CmsADEWidget
I_CmsADEWidget.getDefaultDisplayType()
public java.lang.String getDialogWidget(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param)
I_CmsWidget
getDialogWidget
in interface I_CmsWidget
cms
- an initialized instance of a CmsObjectwidgetDialog
- the dialog where the widget is used onparam
- the widget parameter to generate the widget forI_CmsWidget.getDialogWidget(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)
public abstract java.lang.String getGalleryName()
"html"
.public java.lang.String getInitCall()
I_CmsADEWidget
getInitCall
in interface I_CmsADEWidget
I_CmsADEWidget.getInitCall()
public java.util.List<java.lang.String> getJavaScriptResourceLinks(CmsObject cms)
I_CmsADEWidget
getJavaScriptResourceLinks
in interface I_CmsADEWidget
cms
- the current OpenCms contextI_CmsADEWidget.getJavaScriptResourceLinks(org.opencms.file.CmsObject)
public java.lang.String getWidgetName()
I_CmsADEWidget
getWidgetName
in interface I_CmsADEWidget
I_CmsADEWidget.getWidgetName()
public boolean isCompactViewEnabled()
I_CmsWidget
isCompactViewEnabled
in interface I_CmsWidget
isCompactViewEnabled
in class A_CmsWidget
true
if the widget is compact view enabledA_CmsWidget.isCompactViewEnabled()
public boolean isInternal()
I_CmsADEWidget
Only widgets belonging to the OpenCms core should be marked as internal.
isInternal
in interface I_CmsADEWidget
true
if this is an internal widgetI_CmsADEWidget.isInternal()
protected abstract JSONObject getAdditionalGalleryInfo(CmsObject cms, java.lang.String resource, CmsMessages messages, I_CmsWidgetParameter param) throws JSONException
May be null
.
cms
- an initialized instance of a CmsObjectresource
- the edited resourcemessages
- the dialog messagesparam
- the widget parameter to generate the widget forJSONException
- if something goes wrong generating the JSON objectprotected java.util.Map<java.lang.String,java.lang.String> getGalleryOpenParams(CmsObject cms, CmsMessages messages, I_CmsWidgetParameter param, java.lang.String resource, long hashId)
cms
- an initialized instance of a CmsObjectmessages
- the dialog messagesparam
- the widget parameter to generate the widget forresource
- the resource being editedhashId
- the field id hashprotected java.lang.String getGalleryStoragePrefix()
protected abstract java.lang.String getGalleryTypes()
protected JSONObject getJSONConfig(CmsObject cms, A_CmsXmlContentValue schemaType, CmsMessages messages, CmsResource resource, java.util.Locale contentLocale)
cms
- the cms contextschemaType
- the schema typemessages
- the messagesresource
- the edited resourcecontentLocale
- the content localeprotected java.lang.String getOpenGalleryCall(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param, long hashId)
cms
- an initialized instance of a CmsObjectwidgetDialog
- the dialog where the widget is used onparam
- the widget parameter to generate the widget forhashId
- the field id hashprotected java.lang.String getOpenPreviewCall(I_CmsWidgetDialog widgetDialog, java.lang.String id)
widgetDialog
- the dialog where the widget is used onid
- the field idprotected CmsGalleryWidgetConfiguration getWidgetConfiguration(CmsObject cms, CmsMessages messages, I_CmsWidgetParameter param)
cms
- an initialized instance of a CmsObjectmessages
- the dialog where the widget is used onparam
- the widget parameter to generate the widget for