:: com :: sun :: star :: form :: binding ::

service BindableDatabaseRadioButton

Included Services - Summary
::com::sun::star::form::component::DatabaseRadioButton
(referenced entity's summary:)
BindableDataAwareControlModel

specifies the interaction between an internal binding to a database column, and an external value binding.

Properties' Summary
string
SecondaryRefValue
specifies a value which is to be associated with the control when it's not selected.  
Included Services - Details
::com::sun::star::form::component::DatabaseRadioButton
(referenced entity's summary:)
BindableDataAwareControlModel
Description
specifies the interaction between an internal binding to a database column, and an external value binding.

Properties' Details
SecondaryRefValue
string SecondaryRefValue;
Description
specifies a value which is to be associated with the control when it's not selected.

::com::sun::star::form::component::RadioButton::RefValue is transferred to possible external value bindings as soon as the radio button is selected. With the member SecondaryRefValue, clients of the radio button can also associate a value with the not selected state of the control.


 
Top of Page