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

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

service Form

Description
This service specifies a form which is a group of FormComponents.

A form fulfills several tasks, like storing the structure of its form components, storing the information concerning tab ordering and control grouping, and last but not least, it provides the event environment for its contained elements.

A form acts on the one hand like a container of FormComponents and on the other hand like a FormComponent. This generic construction allows the definition of hierarchies of forms and their dependent subforms.

See also
service
com::sun::star::form::FormComponent


Included Services

com::sun::star::form::FormComponent
Description
specifies a component which can be part of a form.
com::sun::star::form::FormComponents
Description
specifies the capabilities of a collection of FormComponents.

Exported Interfaces

com::sun::star::form::XForm
Description
identifies a component as form.
com::sun::star::awt::XTabControllerModel
Description
The interface has to be implemented to supply the information for tab ordering and component grouping.

Top of Page