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