|
||||||||
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_CmsSelectWidget
org.opencms.widgets.CmsSelectWidget
org.opencms.widgets.CmsSelectOnChangeReloadWidget
public class CmsSelectOnChangeReloadWidget
Provides a widget for a standard HTML form select box with. The jsp where this widget is used is reloaded, when the select box value is changed.
Please see the documentation of
for a description
about the configuration String syntax for the select options.CmsSelectWidgetOption
The select widget does use the following select options:
CmsSelectWidgetOption.getValue()
for the value
of the HTML select box
CmsSelectWidgetOption.isDefault()
for pre-selecting a specific value
CmsSelectWidgetOption.getOption()
for the option
of the HTML select box
Field Summary |
---|
Fields inherited from class org.opencms.widgets.A_CmsWidget |
---|
HELP_POSTFIX, LABEL_PREFIX |
Constructor Summary | |
---|---|
CmsSelectOnChangeReloadWidget()
Creates a new select widget. |
|
CmsSelectOnChangeReloadWidget(List<CmsSelectWidgetOption> configuration)
Creates a select widget with the select options specified in the given configuration List. |
|
CmsSelectOnChangeReloadWidget(String configuration)
Creates a select widget with the specified select options. |
Method Summary | |
---|---|
String |
getDialogWidget(CmsObject cms,
I_CmsWidgetDialog widgetDialog,
I_CmsWidgetParameter param)
Generates the widget HTML for the provided widget parameter. |
Methods inherited from class org.opencms.widgets.CmsSelectWidget |
---|
getWidgetStringValue, newInstance |
Methods inherited from class org.opencms.widgets.A_CmsSelectWidget |
---|
addSelectOption, getConfiguration, getSelectedValue, getSelectedValues, getSelectOptions, parseSelectOptions, setSelectOptions |
Methods inherited from class org.opencms.widgets.A_CmsWidget |
---|
equals, getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, hashCode, setConfiguration, setEditorValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsSelectOnChangeReloadWidget()
public CmsSelectOnChangeReloadWidget(List<CmsSelectWidgetOption> configuration)
The list elements must be of type
.CmsSelectWidgetOption
configuration
- the configuration (possible options) for the select widgetCmsSelectWidgetOption
public CmsSelectOnChangeReloadWidget(String configuration)
configuration
- the configuration (possible options) for the select boxMethod Detail |
---|
public String getDialogWidget(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param)
I_CmsWidget
getDialogWidget
in interface I_CmsWidget
getDialogWidget
in class CmsSelectWidget
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |