service Form in module com::sun::star::form::component::

(Global Index)

Syntax

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