:: 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 notified 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 notified about changes in the entry list.
- Throws
- ::com::sun::star::lang::NullPointerException
if the given listener is NULL
|
|
Top of Page
Copyright © 2000, 2013 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.