Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: form :: component ::

service CheckBox

Description
specifies a check box extended by the required properties for HTML.


Included Services

com::sun::star::awt::UnoControlCheckBoxModel
com::sun::star::form::FormControlModel
Description
specifies a control model within a form.

Exported Interfaces

com::sun::star::form::XReset
Description
allows to reset the CheckBox.

Properties' Summary

DefaultState contains a default value for the check box.
RefValue contains a reference value which is used for submission in a HTML form, if the checkbox is checked.

Properties' Details

DefaultState
 
short DefaultState;
Description
contains a default value for the check box.
RefValue
 
string RefValue;
Description
contains a reference value which is used for submission in a HTML form, if the checkbox is checked.

Top of Page