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