:: com :: sun :: star :: form :: control ::

unpublished service FilterControl
Supported Interface
::com::sun::star::awt::XControl
Usage Restrictions
not published
Description
describes a check box control which can (but not necessarily has to) be bound to a database field.

The model of the control has to support the ::com::sun::star::form::component::CheckBox service.

See also
::com::sun::star::awt::UnoControl, ::com::sun::star::awt::UnoControlModel


Constructors' Summary
createWithFormat  
Constructors' Details
createWithFormat
createWithFormat( [in] ::com::sun::star::awt::XWindow  MessageParent,
[in] ::com::sun::star::util::XNumberFormatter  NumberFormatter,
[in] ::com::sun::star::beans::XPropertySet  ControlModel );


 
Top of Page