Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: form :: binding ::
unpublished
interface XListEntrySource
Usage Restrictions
not published
Description
specifies a source of string list entries
The interface supports foreign components which actively retrieve list entries,
as well as components which want to passively being notified of changes in the list.
See also
XListEntrySink
Developers Guide
Forms - External List Sources
Methods' Summary
getListEntryCount
retrieves the number of entries in the list
getListEntry
provides access to a single list entry
getAllListEntries
provides access to the entirety of all list entries
addListEntryListener
adds a listener which will be notified about changes in the list
reflected by the component.
removeListEntryListener
revokes the given listener from the list of components which will
be notfiied about changes in the entry list.
Methods' Details
getListEntryCount
long
getListEntryCount ();
Description
retrieves the number of entries in the list
getListEntry
getAllListEntries
sequence< string >
getAllListEntries ();
Description
provides access to the entirety of all list entries
addListEntryListener
Description
adds a listener which will be notified about changes in the list
reflected by the component.
Throws
::com::sun::star::lang ::NullPointerException
if the given listener is NULL
removeListEntryListener
Description
revokes the given listener from the list of components which will
be notfiied about changes in the entry list.
Throws
::com::sun::star::lang ::NullPointerException
if the given listener is NULL
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.