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

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

service FormComponent

Description
specifies a component which can be part of a form.
See also
FormControlModel
See also
com::sun::star::form::component::Form


Exported Interfaces

com::sun::star::form::XFormComponent
Description
identifies the component as a candidate for being part of a form. It provides the access to the component's parent.
com::sun::star::lang::XComponent
Description
Each component must be disposable.
com::sun::star::container::XNamed
Description
Each FormComponent must supply a name for identification.
com::sun::star::beans::XPropertySet
Description
gives access to the properties.
com::sun::star::io::XPersistObject
Description
Each FormComponent must be able to be stored.

Properties' Summary

Name the name of the component.

Properties' Details

Name
 
string Name;
Description
the name of the component.

Top of Page