|
||||||
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.A_CmsHtmlGalleryWidget
public abstract class A_CmsHtmlGalleryWidget
Base class for non-editable "HTML display only" widget implementations.
Field Summary |
---|
Fields inherited from class org.opencms.widgets.A_CmsWidget |
---|
HELP_POSTFIX, LABEL_PREFIX |
Constructor Summary | |
---|---|
protected |
A_CmsHtmlGalleryWidget()
Creates a new html gallery widget. |
|
A_CmsHtmlGalleryWidget(java.lang.String configuration)
Creates a html gallery widget with the specified combo options. |
Method Summary | |
---|---|
java.lang.String |
getDialogWidget(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Generates the widget HTML for the provided widget parameter. |
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, getNameLower, getNameUpper |
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 |
---|
public A_CmsHtmlGalleryWidget(java.lang.String configuration)
configuration
- the configuration (possible options) for the combo boxprotected A_CmsHtmlGalleryWidget()
Method Detail |
---|
public java.lang.String getDialogWidget(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param)
I_CmsWidget
getDialogWidget
in interface I_CmsWidget
getDialogWidget
in class A_CmsGalleryWidget
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 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 |