service FormControlModel in module com::sun::star::form::

(Global Index)

Syntax

service FormControlModel;

Description

specifies a control model within a form.

In general, a control in a form consists of a model, which is loaded and stored and which contains the data, and the control, which contains the view and user interaction.

Included Services

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

com::sun::star::form::FormComponent

Exported Interfaces

com::sun::star::beans::XFastPropertySet [ OPTIONAL ]

Description

This optional interface gives an efficient access to all properties at once or an ability to set more than one property at once.


com::sun::star::beans::XPropertyState [ OPTIONAL ]

Description

This optional interface gives access to the state of the properties, e.g. whether a default value is to be used or not for a certain property.


Property Summary

ClassId specifies the ID for classification of the component.

TabIndex determines the taborder; default is -1 used for auto order.

Tag used for additional information.

Property Details



ClassId

Syntax

[readonly] short ClassId;

Description

specifies the ID for classification of the component.

See also

FormComponentType

TabIndex [ O P T I O N A L ]

Syntax

short TabIndex;

Description

determines the taborder; default is -1 used for auto order.

Each component which supports a tabstop must provide a FormControlModel::TabIndex .


Tag

Syntax

string Tag;

Description

used for additional information.

Top of Page