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.
|
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
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.