public static class UIListContainer.SelectEvent<T extends UIListContainer<T,S>,S> extends ComponentEvent.ValueChange<T,S>
UIListContainer changes its selected element.ComponentEvent.ValueChange<T extends UIComponent<T>,S>newValue, oldValuecomponent| Constructor and Description |
|---|
SelectEvent(T component,
S selected) |
| Modifier and Type | Method and Description |
|---|---|
S |
getSelected()
Gets the new element to be set.
|
getNewValue, getOldValuegetComponent, isFromcancel, isCancelled