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

service DatabaseCheckBox
Description
This service specifies a check box which is data-aware, and can be bound to a database field.

Mostly, you will create data-aware checkboxes as tristate checkboxes, because this is a requirement to correctly handle NULL values in databases.

See also
::com::sun::star::awt::UnoControlCheckBoxModel::TriState

Included Services - Summary
CheckBox
(referenced entity's summary:)
specifies the model of a check box control
::com::sun::star::form::DataAwareControlModel
(referenced entity's summary:)
is an abstract service for specialized ::com::sun::star::form::FormControlModels which are data aware and thus can be bound to a data source.
Included Services - Details
CheckBox
(referenced entity's summary:)
specifies the model of a check box control
::com::sun::star::form::DataAwareControlModel
(referenced entity's summary:)
is an abstract service for specialized ::com::sun::star::form::FormControlModels which are data aware and thus can be bound to a data source.

 
Top of Page