|
||||||||
| 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_CmsAdeGalleryWidget
public abstract class A_CmsAdeGalleryWidget
Base class for all ADE gallery widget implementations.
| Nested Class Summary | |
|---|---|
static class |
A_CmsAdeGalleryWidget.GALLERY_PARAM
Enumeration of the gallery open parameters. |
| Field Summary | |
|---|---|
protected static java.lang.String |
PATH_GALLERY_JSP
The gallery JSP path. |
| Fields inherited from class org.opencms.widgets.A_CmsWidget |
|---|
HELP_POSTFIX, LABEL_PREFIX |
| Constructor Summary | |
|---|---|
|
A_CmsAdeGalleryWidget()
Constructor. |
protected |
A_CmsAdeGalleryWidget(java.lang.String configuration)
Creates a new gallery widget with the given configuration. |
| Method Summary | |
|---|---|
protected abstract JSONObject |
getAdditionalGalleryInfo(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Returns additional widget information encapsulated in a JSON object. |
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,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param,
long hashId)
Returns the required gallery open parameters. |
protected abstract java.lang.String |
getGalleryTypes()
Returns the resource type names available within this gallery widget. |
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,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Returns the widget configuration. |
| 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 |
|---|
newInstance |
| Field Detail |
|---|
protected static final java.lang.String PATH_GALLERY_JSP
| Constructor Detail |
|---|
public A_CmsAdeGalleryWidget()
protected A_CmsAdeGalleryWidget(java.lang.String configuration)
configuration - the configuration to use| Method Detail |
|---|
public java.lang.String getDialogWidget(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
I_CmsWidget
cms - an initialized instance of a CmsObjectwidgetDialog - the dialog where the widget is used onparam - the widget parameter to generate the widget for
I_CmsWidget.getDialogWidget(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)public abstract java.lang.String getGalleryName()
"html".
protected abstract JSONObject getAdditionalGalleryInfo(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
throws JSONException
May be null.
cms - an initialized instance of a CmsObjectwidgetDialog - the dialog where the widget is used onparam - the widget parameter to generate the widget for
JSONException - if something goes wrong generating the JSON object
protected java.util.Map<java.lang.String,java.lang.String> getGalleryOpenParams(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 hash
protected abstract java.lang.String getGalleryTypes()
protected 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 hash
protected java.lang.String getOpenPreviewCall(I_CmsWidgetDialog widgetDialog,
java.lang.String id)
widgetDialog - the dialog where the widget is used onid - the field id
protected CmsGalleryWidgetConfiguration getWidgetConfiguration(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
cms - an initialized instance of a CmsObjectwidgetDialog - the dialog where the widget is used onparam - the widget parameter to generate the widget for
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||