NiftyEventTreeItemSelectionChangedEventpublic class ListBoxSelectionChangedEvent<T> extends java.lang.Object implements NiftyEvent
| Constructor | Description |
|---|---|
ListBoxSelectionChangedEvent(ListBox<T> listBox,
java.util.List<T> selection,
java.util.List<java.lang.Integer> selectionIndices) |
| Modifier and Type | Method | Description |
|---|---|---|
ListBox<T> |
getListBox() |
|
java.util.List<T> |
getSelection() |
|
java.util.List<java.lang.Integer> |
getSelectionIndices() |
Copyright © 2018. All rights reserved.