Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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.

Properties' Summary

ClassId specifies the ID for classification of the component.
TabIndex [ OPTIONAL ]
determines the taborder; default is -1 used for auto order.
Tag used for additional information.

Properties' Details

ClassId
 
[ readonly ] short ClassId;
Description
specifies the ID for classification of the component.
See also
FormComponentType
TabIndex
 
short TabIndex;
[ OPTIONAL ]
Description
determines the taborder; default is -1 used for auto order.

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

Tag
 
string Tag;
Description
used for additional information.

Top of Page