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.
|
|
Copyright © 1995, 2012, 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.