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.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.