:: com :: sun :: star :: awt ::

service UnoControlModel
Description
specifies the standard model of an UnoControl in the Smalltalk model view controller design .

The interfaces ::com::sun::star::beans::XPropertySet and ::com::sun::star::beans::XMultiPropertySet need access to the model data from the embedding environment. The control and the model can specify additional interfaces to exchange data or export more functionality from the model.

Developers Guide
13.2.2 Forms - Models and Views - Models and Views for Form Controls
13.4.1 Forms - Form Components - Basics - Control Models

Included Services
UnoControlDialogElement
[ OPTIONAL ]
Description
This service is present when the control model is embedded in an UnoControlDialogModel .
Exported Interfaces
XControlModel
identifies a control model.
::com::sun::star::lang::XComponent
allows to exclicitly free resources and break cyclic references.
::com::sun::star::beans::XPropertySet
provides information about and access to the properties from an implementation.
::com::sun::star::beans::XMultiPropertySet
provides access to multiple properties with a single call.
::com::sun::star::io::XPersistObject
allows to make UNO objects persistent
::com::sun::star::util::XCloneable
makes it possible to create a copy of the object which supports this interface.
Properties' Summary
DefaultControl specifies the service name of the default control for this model.
Properties' Details
DefaultControl
string DefaultControl;
Description
specifies the service name of the default control for this model.

 
Top of Page