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.
|
::com::sun::star::beans::XPropertyBag |
allows to associate arbitrary properties with the form component
(details)
|
Properties' Summary |
string
Name |
the name of the component.
|
Exported Interfaces - Details |
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.
|
|
::com::sun::star::beans::XPropertyBag
- 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,
removable. That is, the ::com::sun::star::beans::PropertyAttribute::REMOVABLE
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 © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.