:: com :: sun :: star :: beans ::
|
constants group PropertyAttribute |
- Description
- These values are used to specify the behavior of a Property.
|
Constants' Details |
MAYBEVOID
const short MAYBEVOID = 1;
- Description
- indicates that a property value can be void.
It does not mean that the type of the property is void!
|
|
BOUND
|
CONSTRAINED
const short CONSTRAINED = 4;
- Description
- indicates that a PropertyChangeEvent will be fired
to all registered XVetoableChangeListeners whenever the
value of this property changes.
This always implies that the property is bound, too.
|
|
TRANSIENT
const short TRANSIENT = 8;
- Description
- indicates that the value of the property is not persistent.
|
|
READONLY
const short READONLY = 16;
- Description
- indicates that the value of the property is read-only.
|
|
MAYBEAMBIGUOUS
const short MAYBEAMBIGUOUS = 32;
- Description
- indicates that the value of the property can be ambiguous.
|
|
MAYBEDEFAULT
const short MAYBEDEFAULT = 64;
- Description
- indicates that the property can be set to default.
|
|
REMOVEABLE
|
REMOVABLE
const short REMOVABLE = 128;
- Usage Restrictions
- deprecated
- Deprecation Info
- same as PropertyAttribute::REMOVEABLE.
|
|
OPTIONAL
const short OPTIONAL = 256;
- Description
- indicates that a property is optional.
This attribute is not of interest for concrete property
implementations. It's needed for property specifications inside
service specifications in UNOIDL.
- Since
- OOo 1.1.2
- See also
- ::com::sun::star::reflection::XPropertyTypeDescription, ::com::sun::star::reflection::XServiceTypeDescription
|
|
Top of Page
Copyright © 2000, 2012 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.