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

service ListEntrySource
Description
defines a component which provides a list of string entries

Exported Interfaces
XListEntrySource
Description
allows read access to the entries represented by this component
XListEntryBroadcaster
Description
allows other components to be notified when the list represented by the ListEntrySource instance changes.
::com::sun::star::lang::XComponent
Description
allows life time control for the component

An ValueBinding will be known to one ore more components supporting the XBindableValue interface, which all work with this binding. However, they will not own the ValueBinding . The ownership is with another instance, which may also decide to obsolete the ValueBinding for whatever reasons (e.g. because the data model which the binding reflected died). For this reason, a ValueBinding must offer a possibility to be obsoleted by it's owner, and to notify this obsoletion to other interested parties, such as XBindableValue s.


 
Top of Page