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

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

service FormComponents

Description
specifies the capabilities of a collection of FormComponents.

The collection must provide the possibility of adding and removing components by name and by index. The name of a component is not necessarily unique, so the collection must be able to handle duplicate entry names.

See also
FormComponent


Exported Interfaces

com::sun::star::container::XNameContainer
Description
allows to add/remove elements by name.
com::sun::star::container::XIndexContainer
Description
gives access to the elements by index.
com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of the elements.
com::sun::star::script::XEventAttacherManager
Description
This interface has to be implemented to supply the scripting environment for the contained components.

Top of Page