:: com :: sun :: star :: form :: component ::

service RadioButton

Included Services - Summary
::com::sun::star::awt::UnoControlRadioButtonModel
(referenced entity's summary:)
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
Exported Interfaces - Summary
::com::sun::star::form::XReset

can be used to reset the control to its default text. (details)

Properties' Summary
short
DefaultState
contains a default value for the control.  
string
RefValue
contains a reference value which is used for submission in a HTML form.  
string
UncheckedRefValue
[ OPTIONAL ]
specifies a value which is to be associated with the control when it's not selected.  
Included Services - Details
::com::sun::star::awt::UnoControlRadioButtonModel
(referenced entity's summary:)
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
Exported Interfaces - Details
::com::sun::star::form::XReset
Description
can be used to reset the control to its default text.
See also
RadioButton::DefaultState
Properties' Details
DefaultState
short DefaultState;
Description
contains a default value for the control.

This value is used when the control is initially displayed, and for resetting it.

In a group of radio buttons only one button should be checked by default.

See also
::com::sun::star::awt::UnoControlRadioButtonModel::State, ::com::sun::star::form::XReset
RefValue
string RefValue;
Description
contains a reference value which is used for submission in a HTML form.

If the form the control belongs to is to be submitted (see com::sun::star::form::XSubmit), and the control is checked, this reference value is used for submission.

UncheckedRefValue
string UncheckedRefValue;
Usage Restrictions
optional
Description
specifies a value which is to be associated with the control when it's not selected.

In various situations, the #RefValue is associated with the control if and only if it is selected.
#UncheckedRefValue provides an extension of this concept: If present, the value should be associated with the control when it is not selected.


 
Top of Page