:: com :: sun :: star :: form ::

interface XBoundComponent
Base Interfaces
XBoundComponentXUpdateBroadcaster

XUpdateBroadcaster
(referenced interface's summary:)

Methods' Summary
commit commits the content of the component into the data source it is bound to.  
Methods' Details
commit
boolean
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