Methods' Details |
listItemInserted
- Description
- is called when an item is inserted into the list
|
|
listItemRemoved
- Description
- is called when an item is removed from the list
|
|
listItemModified
- Description
- is called when an item in the list is modified, i.e. its text or image changed
|
|
allItemsRemoved
- Description
- is called when the list has been completely cleared, i.e. after an invocation of
XItemList::removeAllItems
|
|
itemListChanged
- Description
- is called when the changes to the item list which occurred are too complex to be notified
in single events.
Consumers of this event should discard their cached information about the current item list,
and completely refresh it from the XItemList's current state.
|
|
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.