|
||||||
| 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
public abstract class A_CmsGalleryWidget
Base class for all gallery widget implementations.
| Field Summary |
|---|
| Fields inherited from class org.opencms.widgets.A_CmsWidget |
|---|
HELP_POSTFIX, LABEL_PREFIX |
| Constructor Summary | |
|---|---|
protected |
A_CmsGalleryWidget()
Creates a new gallery widget. |
protected |
A_CmsGalleryWidget(java.lang.String configuration)
Creates a new gallery widget with the given configuration. |
| Method Summary | |
|---|---|
java.lang.String |
getDialogIncludes(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
Generates the necessary JavaScript inclusion code for this widget. |
java.lang.String |
getDialogInitCall(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
Generates the initialisation method JavaScript code for this widget. |
java.lang.String |
getDialogInitMethod(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
Generates the initialization method JavaScript code for 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 |
getNameLower()
Returns the lower case name of the gallery, for example "html". |
abstract java.lang.String |
getNameUpper()
Returns the upper case name of the gallery, for example "Html". |
abstract boolean |
showPreview(java.lang.String value)
Returns true if the preview button should be shown. |
| 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 |
| Methods inherited from interface org.opencms.widgets.I_CmsWidget |
|---|
newInstance |
| Constructor Detail |
|---|
protected A_CmsGalleryWidget()
protected A_CmsGalleryWidget(java.lang.String configuration)
configuration - the configuration to use| Method Detail |
|---|
public java.lang.String getDialogIncludes(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
I_CmsWidget
getDialogIncludes in interface I_CmsWidgetgetDialogIncludes in class A_CmsWidgetcms - the current users OpenCms contextwidgetDialog - the dialog where the widget is used on
I_CmsWidget.getDialogIncludes(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog)
public java.lang.String getDialogInitCall(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
I_CmsWidget
getDialogInitCall in interface I_CmsWidgetgetDialogInitCall in class A_CmsWidgetcms - the current users OpenCms contextwidgetDialog - the dialog where the widget is used on
I_CmsWidget.getDialogInitCall(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog)
public java.lang.String getDialogInitMethod(CmsObject cms,
I_CmsWidgetDialog widgetDialog)
I_CmsWidget
getDialogInitMethod in interface I_CmsWidgetgetDialogInitMethod in class A_CmsWidgetcms - an initialized instance of a CmsObjectwidgetDialog - the dialog where the widget is used on
I_CmsWidget.getDialogInitMethod(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog)
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 getNameLower()
"html".
public abstract java.lang.String getNameUpper()
"Html".
public abstract boolean showPreview(java.lang.String value)
true if the preview button should be shown.
value - the current widget value
true if the preview button should be shown
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||