Language
The Free and Open Productivity Suite
:: com :: sun :: star :: form :: component ::
|
service CheckBox |
- Description
- specifies the model of a check box control
The model supports the properties required for HTML, thus you can build up
HTMLForms with it
|
Exported Interfaces - Summary |
::com::sun::star::form::XReset |
can be used to reset the control to it's default state.
(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
|
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.
- See also
- ::com::sun::star::awt::UnoControlCheckBoxModel::State, ::com::sun::star::form::XReset
|
|
RefValue
string RefValue;
- Description
- contains a reference value which is used for submission in a HTML
form
When submitting a HTMLForm which contains a check box,
which is checked, the RefValue is used for submission.
|
|
Top of Page
Copyright © 2013, 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.