Fields
Name | Description |
---|---|
DESELECTED | The item de-selected state change type. |
ITEM_FIRST | Marks the first integer id for the range of item event ids. |
ITEM_LAST | Marks the last integer id for the range of item event ids. |
ITEM_STATE_CHANGED | The item state changed event type. |
SELECTED | The item selected state change type. |
Constructors
Name | Description |
---|---|
ItemEvent(ItemSelectable, int, Object, int) | Constructs a ItemSelectEvent object with the specified ItemSelectable source, type, item, and item select state. |
Methods
Name | Description |
---|---|
getItem() | Returns the item where the event occurred. |
getItemSelectable() | Returns the ItemSelectable object where this event originated. |
getStateChange() | Returns the state change type which generated the event. |
paramString() |