:: com :: sun :: star :: form :: binding ::
|
unpublished |
interface XListEntryListener |
|
|
- Base Interfaces
XListEntryListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Usage Restrictions
- not published
- Description
- specifies a listener for changes in a string entry list
|
Methods' Summary |
entryChanged |
notifies the listener that a single entry in the list has change
|
entryRangeInserted |
notifies the listener that a range of entries has been inserted into the list
|
entryRangeRemoved |
notifies the listener that a range of entries has been removed from the list
|
allEntriesChanged |
notifies the listener that all entries of the list have changed.
|
Methods' Details |
entryChanged
- Description
- notifies the listener that a single entry in the list has change
- Parameter Source
- is the event describing the change. The ListEntryEvent::Position
member denotes the position of the changed entry, the first (and only) element
of the ListEntryEvent::Entries member denotes the new string
|
|
entryRangeInserted
- Description
- notifies the listener that a range of entries has been inserted into the list
- Parameter Source
- is the event describing the change. The ListEntryEvent::Position
member denotes the position of the first inserted entry, the
ListEntryEvent::Entries member contains the strings which have
been inserted.
|
|
entryRangeRemoved
- Description
- notifies the listener that a range of entries has been removed from the list
- Parameter Source
- is the event describing the change. The ListEntryEvent::Position
member denotes the position of the first removed entry, the
ListEntryEvent::Count member the number of removed entries.
|
|
allEntriesChanged
- Description
- notifies the listener that all entries of the list have changed.
The listener should retrieve the complete new list by calling the
XListEntrySource::getAllListEntries method of the event source
(which is denoted by ::com::sun::star::lang::EventObject::Source).
|
|
Top of Page
Copyright © 2000, 2012 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.