Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

struct ItemListEvent
Base Hierarchy
ItemListEvent
 ┗ ::com::sun::star::lang::EventObject
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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.