Difference between revisions of "Documentation/DevGuide/Forms/FormComponent Service"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/Forms) |
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
||
| Line 6: | Line 6: | ||
|NextPage=Documentation/DevGuide/Forms/FormComponents Service | |NextPage=Documentation/DevGuide/Forms/FormComponents Service | ||
}} | }} | ||
| − | {{DISPLAYTITLE:FormComponent Service}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Forms/{{SUBPAGENAME}}}} |
| + | {{DISPLAYTITLE:FormComponent Service}} | ||
The basis for all form related models is the <idl>com.sun.star.form.FormComponent</idl> service. Its basic characteristics are: | The basis for all form related models is the <idl>com.sun.star.form.FormComponent</idl> service. Its basic characteristics are: | ||
Latest revision as of 12:58, 15 May 2009
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). |