Content for Apache OpenOffice version 3.4.
| Included Services - Summary |
| ::com::sun::star::beans::PropertyBag |
allows to associate arbitrary properties with the form component
(details)
|
| Exported Interfaces - Summary |
| XFormComponent |
identifies the component as a candidate for being part of a form.
(details)
|
| ::com::sun::star::lang::XComponent |
allows life-time control of form components.
|
| ::com::sun::star::container::XNamed |
Each FormComponent must supply a name for identification.
|
| ::com::sun::star::beans::XPropertySet |
gives access to the properties.
|
| ::com::sun::star::io::XPersistObject |
Each FormComponent must be able to be stored into and read from a stream.
|
| Properties' Summary |
string
Name |
the name of the component.
|
| Included Services - Details |
::com::sun::star::beans::PropertyBag
- Usage Restrictions
- optional
- Description
- allows to associate arbitrary properties with the form component
Every concrete form component - i.e. every service which includes
the FormComponent service - has a set of properties which
are available as long as the component lives - the so-called static
properties.
Additionally, you can add more properties to the component as needed,
using the ::com::sun::star::beans::XPropertyContainer interface.
Those properties are called dynamic properties.
Dynamic properties are not evaluated by the component itself,
nor by the form's runtime environment. They're only remembered and available for
use by other instances.
Note that dynamic properties added to a form component are, by definition,
removeable. That is, the ::com::sun::star::beans::PropertyAttribute::REMOVEABLE
will always be set, even if you do not specify it in the
::com::sun::star::beans::XPropertyContainer::addProperty call.
- Since
- OOo 2.3
|
|
| 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
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.