FormComponent Service
From Apache OpenOffice Wiki
< Documentation | DevGuide
- FormComponent Service
- FormComponents Service
- Logical Forms
- Forms Container
- Form Control Models
The basis for all form related models is the com.sun.star.form.FormComponent service. Its basic characteristics are:
- it exports the com.sun.star.container.XChild interface
- it has a property
Name
- it exports the com.sun.star.lang.XComponent interface
Form components have a parent and a name, and support lifetime control that the common denominator for form elements and logical forms, as well as for control models.
Content on this page is licensed under the Public Documentation License (PDL). |