public class UIChartClickEvent extends UIEvent
| Constructor and Description |
|---|
UIChartClickEvent(UIComponent component,
com.vaadin.addon.charts.PointClickEvent event)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,?> |
getEventProperties(UIComponent component)
Returns initial properties.
|
getEvent, getEventType, getLspsComponent, toStringpublic UIChartClickEvent(UIComponent component, com.vaadin.addon.charts.PointClickEvent event)
component - execution context of the listener which created this application event, not null.event - the event itself, not null.protected Map<String,?> getEventProperties(UIComponent component)
UIEventgetEventProperties in class UIEventcomponent - the execution context of the listener, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.