service UnoControlModel in module com::sun::star::awt::

(Global Index)

Syntax

service UnoControlModel;

Description

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

The interfaces XPropertySet and 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.

Exported Interfaces

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

Description

The control must implement these interfaces.


com::sun::star::lang::XComponent

Description

allows to exclicitly free resources and break cyclic references.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


com::sun::star::beans::XMultiPropertySet

Description

provides access to multiple properties with a single call.


com::sun::star::io::XPersistObject

Description

makes it possible to write the corresponding object to a stream.


Property Summary

DefaultControl specifies the service name of the default control for this model.

Property Details



DefaultControl

Syntax

string DefaultControl;

Description

specifies the service name of the default control for this model.

Top of Page