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

service FormComponent
Description
specifies a component which can be part of a form.
See also
FormControlModel, ::com::sun::star::form::component::Form
Developers Guide
Exported Interfaces
XFormComponent
Description
identifies the component as a candidate for being part of a form.

This interface also provides the access to the component's parent.

::com::sun::star::lang::XComponent
Description
allows life-time control of form components.
::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 into and read from a stream.
Properties' Summary
string
Name
the name of the component.  
Properties' Details
Name
string Name;
Description
the name of the component.

Note that the name accessed here is the same as when using the ::com::sun::star::container::XNamed interface.


 
Top of Page