FormComponent Service
From Apache OpenOffice Wiki
< Documentation | DevGuide
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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). |