Exported Interfaces
|
com::sun::star::form::XBoundComponent |
- [ OPTIONAL ]
- Description
- makes it possible to transfer
The data of the model to the connected data field.
This interface is optional, if a component doesn't support it,
it has to forward the changes of it's value to the field
it is connected to immediately.
|
com::sun::star::form::XLoadListener |
- Description
- must be implemented in order to recognize when the
containing form of the model connects to its data source
(loads its data). After loading the form, the model may
bind to its related field source.
|
com::sun::star::form::XReset |
- Description
- Each DataAwareControlModel should be resettable for
setting default values. In general the XReset
interface is used before a user starts editing a new record to
set the desired default values for the model.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.