Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

service FormControlModel
Description
specifies a control model within a form.

Note that the model-view-paradigm is used for form controls, too.

Developers Guide
Forms - Form Control Models
Forms - Control Models

Included Services - Summary
::com::sun::star::awt::UnoControlModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControl in the Smalltalk model view controller design.
FormComponent
(referenced entity's summary:)
specifies a component which can be part of a form.
Exported Interfaces - Summary
::com::sun::star::beans::XFastPropertySet

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

::com::sun::star::beans::XPropertyState

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. (details)

Properties' Summary
[ readonly ] short
ClassId
specifies the ID for classification of the component.  
short
TabIndex
[ OPTIONAL ]
determines the relative taborder of the control associated with the model.  
string
Tag
used for additional information.  
Included Services - Details
::com::sun::star::awt::UnoControlModel
(referenced entity's summary:)
specifies the standard model of an ::com::sun::star::awt::UnoControl in the Smalltalk model view controller design.
FormComponent
(referenced entity's summary:)
specifies a component which can be part of a form.
Exported Interfaces - Details
::com::sun::star::beans::XFastPropertySet
Usage Restrictions
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
Usage Restrictions
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' Details
ClassId
[ readonly ] short ClassId;
Description
specifies the ID for classification of the component.
See also
FormComponentType
TabIndex
short TabIndex;
Usage Restrictions
optional
Description
determines the relative taborder of the control associated with the model.

The default -1 is used to indicate that the tab-order of this control should be determined automatically.

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

Normally, a FormController instance is evaluating this property.

Tag
string Tag;
Description
used for additional information.

No semantics is given for this property, it will usually be used by the creator of a document containing form controls.


 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.