org.opencms.widgets
Class CmsSelectOnChangeReloadWidget

java.lang.Object
  extended by org.opencms.widgets.A_CmsWidget
      extended by org.opencms.widgets.A_CmsSelectWidget
          extended by org.opencms.widgets.CmsSelectWidget
              extended by org.opencms.widgets.CmsSelectOnChangeReloadWidget
All Implemented Interfaces:
I_CmsWidget

public class CmsSelectOnChangeReloadWidget
extends CmsSelectWidget

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 CmsSelectWidgetOption for a description about the configuration String syntax for the select options.

The select widget does use the following select options:

Since:
7.5.3

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

CmsSelectOnChangeReloadWidget

public CmsSelectOnChangeReloadWidget()
Creates a new select widget.


CmsSelectOnChangeReloadWidget

public CmsSelectOnChangeReloadWidget(List<CmsSelectWidgetOption> configuration)
Creates a select widget with the select options specified in the given configuration List.

The list elements must be of type CmsSelectWidgetOption.

Parameters:
configuration - the configuration (possible options) for the select widget
See Also:
CmsSelectWidgetOption

CmsSelectOnChangeReloadWidget

public CmsSelectOnChangeReloadWidget(String configuration)
Creates a select widget with the specified select options.

Parameters:
configuration - the configuration (possible options) for the select box
Method Detail

getDialogWidget

public String getDialogWidget(CmsObject cms,
                              I_CmsWidgetDialog widgetDialog,
                              I_CmsWidgetParameter param)
Description copied from interface: I_CmsWidget
Generates the widget HTML for the provided widget parameter.

Specified by:
getDialogWidget in interface I_CmsWidget
Overrides:
getDialogWidget in class CmsSelectWidget
Parameters:
cms - an initialized instance of a CmsObject
widgetDialog - the dialog where the widget is used on
param - the widget parameter to generate the widget for
Returns:
the widget HTML for the provided widget parameter
See Also:
I_CmsWidget.getDialogWidget(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)