(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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


Included Services - Summary
::com::sun::star::awt::UnoControlCheckBoxModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControlCheckBox.
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
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  
Included Services - Details
::com::sun::star::awt::UnoControlCheckBoxModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControlCheckBox.
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
Exported Interfaces - Details
::com::sun::star::form::XReset
Description
can be used to reset the control to it's default state.
See also
CheckBox::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.

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.