com :: sun :: star :: beans :: interface XPropertyWithState
- Base Interface
- com::sun::star::uno::XInterface
- Description
- makes it possible to query information about the state of
this object, seen as a property contained in a property set.
This interface provides direct access to operations
that are available if the containing property set
implements XPropertyState .
The state contains the information if:
- a value is available or void
- the value is stored in the object itself, or if a default value is being used
- or if the value cannot be determined, due to ambiguity
(multi selection with multiple values).
Generally objects that implement this interface
also implement XProperty .
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.