Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: awt ::
|
| unpublished |
struct ItemListEvent |
|
|
- Base Hierarchy
ItemListEvent
┗ ::com::sun::star::lang::EventObject
|
- Usage Restrictions
- not published
- Description
- is the event broadcasted by a ::XListItems implementation for changes
in its item list.
|
| Elements' Summary |
| ItemPosition |
specifies the position of the item which is affected by the event
|
| ItemText |
the text of the item.
|
| ItemImageURL |
the URL of the image of the item
|
| Elements' Details |
ItemPosition
long ItemPosition;
- Description
- specifies the position of the item which is affected by the event
In case the event is not related to a single item, but to the complete list, the value of this
member is undefined.
|
|
ItemText
::com::sun::star::beans::Optional< string > ItemText;
- Description
- the text of the item.
If the event being notified did not touch the text of an item, this member is empty. For instance, upon
invocation of XItemList::setItemImage, only ItemImageURL will be set, and
ItemText will be empty.
|
|
ItemImageURL
::com::sun::star::beans::Optional< string > ItemImageURL;
- Description
- the URL of the image of the item
If the event being notified did not touch the image of an item, this member is empty. For instance, upon
invocation of XItemList::setItemText, only ItemText will be set, and
ItemImageURL will be empty.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.