Class DataSelectionEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<DataSelectionHandler>
-
- org.dashbuilder.renderer.chartjs.lib.event.DataSelectionEvent
-
public class DataSelectionEvent extends com.google.gwt.event.shared.GwtEvent<DataSelectionHandler>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataSelectionEvent(Object sender)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(DataSelectionHandler handler)static voidfire(HasDataSelectionEventHandlers source, Object sender, com.google.gwt.core.client.JavaScriptObject data)com.google.gwt.event.shared.GwtEvent.Type<DataSelectionHandler>getAssociatedType()ObjectgetSender()List<Series>getSeries()static com.google.gwt.event.shared.GwtEvent.Type<DataSelectionHandler>getType()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
DataSelectionEvent
protected DataSelectionEvent(Object sender)
-
-
Method Detail
-
getSender
public Object getSender()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<DataSelectionHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<DataSelectionHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<DataSelectionHandler> getType()
-
dispatch
protected void dispatch(DataSelectionHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<DataSelectionHandler>
-
fire
public static void fire(HasDataSelectionEventHandlers source, Object sender, com.google.gwt.core.client.JavaScriptObject data)
-
-