Type: info
Title: css.sdb.application.XDatabaseDocumentUI: new methods
Posted by: [email protected]
Affected: api
TaskId: i65597
<http://www.openoffice.org/issues/show_bug.cgi?id=65597>
Effective from: CWS autorecovery
CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/autorecovery>
CWS status: new
*Summary*
--------
+ XDatabaseDocumentUI::identifySubComponent
+ XDatabaseDocumentUI::createComponent/WithArguments
*Description*
-------------
css.sdb.application.XDatabaseDocumentUI, the interface providing
programmatic access to end-user functionality of, well, a database
document's UI, has been extended with the following methods:
- Pair< long, string > identifySubComponent( XComponent )
identifies a sub component (as obtained by getSubComponents, or
loadComponent/WithArguments), retrieving its DatabaseObject type and its
fully qualified name
- XComponent createComponent/WithArguments(
long,
[out] XComponent[, sequence< PropertyValue > Arguments] )
complements the existing loadComponent/WithArguments methods, by
creating a new sub component of the given type. As with
loadComponent/WithArguments, those methods are to be preferred over
manipulating low-level document objects (DocumentDefinitions)
directly, as
the resulting components are put under the control of the
(X)Controller then.
For more information, see XDatabaseDocumentUI's IDL documentation.
Send feedback to [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]