constants group PropertyAttribute in module com::sun::star::beans:: |
constants group PropertyAttribute;
These values are used to specify the behavior of a Property .
Constants Summary |
|
| MAYBEVOID | indicates that a property value can be void. |
| BOUND | indicates that a PropertyChangeEvent will be fired to all registered XPropertyChangeListener s whenever the value of this property changes. |
| CONSTRAINED | indicates that a PropertyChangeEvent will be fired to all registered XVetoableChangeListener s whenever the value of this property changes. |
| TRANSIENT | indicates that the value of the property is not persistent. |
| READONLY | indicates that the value of the property is read-only. |
| MAYBEAMBIGUOUS | indicates that the value of the property can be ambiguous. |
| MAYBEDEFAULT | indicates that the property can be set to default. |
| REMOVEABLE | indicates that the property can be removed (i.e., by calling XPropertyContainer::removeProperty ). |
| REMOVABLE | same as PropertyAttribute::REMOVEABLE . |
Field Details |
||||||||||
|
||||||||||
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.