:: com :: sun :: star :: form :: component ::
|
service RadioButton |
- Description
- specifies a component which acts as a radio button as needed in HTMLForms.
Radio buttons are controls which can be grouped together, and in every
group, only one of the controls can be check. This means if one of them
is checked by a user interaction, all other controls in the same group
are automatically unchecked
Like in HTML, radio buttons are grouped together if and only if they have the
same name (see ::com::sun::star::form::FormComponent::Name).
|
Exported Interfaces - Summary |
::com::sun::star::form::XReset |
can be used to reset the control to it's 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.
|
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 a extensions of this concept: If present,
the value should be associated with the control when it is not selected.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.