:: com :: sun :: star :: form ::
|
interface XBoundComponent |
- Base Interfaces
XBoundComponent
┗ XUpdateBroadcaster
XUpdateBroadcaster |
- (referenced interface's summary:)
- is the broadcaster interface for sending "approveUpdate" and "updated" events.
|
|
- Description
- specifies a (form) component which is bound to a data source.
The interface provides the possibility of committing its respective
data to a data source it is bound to. A commit will be
performed by the environment (usually, a FormController).
For example, suppose you have a data-bound control that is connected
to a database field. Each time the control loses its focus, the
model (component) of the control is triggered by the environment
to store its value in the database field.
A commit may fail if an XUpdateListener vetoes the it.
- See also
- XUpdateListener
- Developers Guide
- Forms - Committing Controls
|
Methods' Summary |
commit |
commits the content of the component into the data source it is bound to.
|
Methods' Details |
commit
- Description
- commits the content of the component into the data source it is bound to.
- Returns
- true when the commitment was successful, otherwise false.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.