public class UIValueChangeEvent extends UIEvent
Constructor and Description |
---|
UIValueChangeEvent(UIComponent component,
Variant<Object> oldValue,
Variant<Object> newValue)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,?> |
getEventProperties(UIComponent component)
Returns initial properties.
|
getEvent, getEventType, getLspsComponent, toString
public UIValueChangeEvent(UIComponent component, Variant<Object> oldValue, Variant<Object> newValue)
component
- oldValue
- newValue
- protected Map<String,?> getEventProperties(UIComponent component)
UIEvent
getEventProperties
in class UIEvent
component
- the execution context of the listener, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.