Package org.opencms.widgets
Class CmsRadioSelectWidget
java.lang.Object
org.opencms.widgets.A_CmsWidget
org.opencms.widgets.A_CmsSelectWidget
org.opencms.widgets.CmsRadioSelectWidget
- All Implemented Interfaces:
 I_CmsADEWidget,I_CmsWidget
Provides a widget for a standard HTML form for a group of radio buttons.
 Please see the documentation of  for a description
 about the configuration String syntax for the select options.CmsSelectWidgetOption
The multi select widget does use the following select options:
for the value of the optionCmsSelectWidgetOption.getValue()for pre-selecting a specific valueCmsSelectWidgetOption.isDefault()for the display name of the optionCmsSelectWidgetOption.getOption()
- Since:
 - 6.9.1
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.widgets.A_CmsWidget
A_CmsWidget.CmsDummyWidgetDialog - 
Field Summary
Fields inherited from class org.opencms.widgets.A_CmsSelectWidget
CONFIGURATION_HEIGHTFields inherited from class org.opencms.widgets.A_CmsWidget
HELP_POSTFIX, LABEL_PREFIX - 
Constructor Summary
ConstructorsConstructorDescriptionCreates a new select widget.CmsRadioSelectWidget(String configuration) Creates a select widget with the specified select options.CmsRadioSelectWidget(List<CmsSelectWidgetOption> configuration) Creates a select widget with the select options specified in the given configuration List. - 
Method Summary
Modifier and TypeMethodDescriptionReturns the default display type of this widget.getDialogWidget(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param) Generates the widget HTML for the provided widget parameter.Returns the class name of the widget.Creates a duplicate of this widget instance.Methods inherited from class org.opencms.widgets.A_CmsSelectWidget
addSelectOption, getConfiguration, getConfiguration, getCssResourceLinks, getHeight, getInitCall, getJavaScriptResourceLinks, getResourcePath, getSelectedValue, getSelectedValues, getSelectOptions, isInternal, parseSelectOptions, setConfiguration, setSelectOptionsMethods inherited from class org.opencms.widgets.A_CmsWidget
equals, getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, isCompactViewEnabled, setEditorValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencms.widgets.I_CmsWidget
getDialogHtmlEnd, getDialogIncludes, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpText, getWidgetStringValue, isCompactViewEnabled, setEditorValue 
- 
Constructor Details
- 
CmsRadioSelectWidget
public CmsRadioSelectWidget()Creates a new select widget. - 
CmsRadioSelectWidget
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:
 
 - 
CmsRadioSelectWidget
Creates a select widget with the specified select options.- Parameters:
 configuration- the configuration (possible options) for the select box
 
 - 
 - 
Method Details
- 
getDefaultDisplayType
Description copied from interface:I_CmsADEWidgetReturns the default display type of this widget.- Specified by:
 getDefaultDisplayTypein interfaceI_CmsADEWidget- Overrides:
 getDefaultDisplayTypein classA_CmsSelectWidget- Returns:
 - the default display type
 - See Also:
 
 - 
getDialogWidget
public String getDialogWidget(CmsObject cms, I_CmsWidgetDialog widgetDialog, I_CmsWidgetParameter param) Description copied from interface:I_CmsWidgetGenerates the widget HTML for the provided widget parameter.- Parameters:
 cms- an initialized instance of a CmsObjectwidgetDialog- the dialog where the widget is used onparam- the widget parameter to generate the widget for- Returns:
 - the widget HTML for the provided widget parameter
 - See Also:
 
 - 
getWidgetName
Description copied from interface:I_CmsADEWidgetReturns the class name of the widget.- Specified by:
 getWidgetNamein interfaceI_CmsADEWidget- Overrides:
 getWidgetNamein classA_CmsSelectWidget- Returns:
 - the class name
 - See Also:
 
 - 
newInstance
Description copied from interface:I_CmsWidgetCreates a duplicate of this widget instance.- Returns:
 - a duplicate of this widget instance
 - See Also:
 
 
 -