Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: 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 XVetoableChangeListener s 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 © 2013, 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.