public final class LegendHoverEvent extends AbstractEvent<LegendHoverEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<LegendHoverEventHandler> |
TYPE
Event type
|
Constructor and Description |
---|
LegendHoverEvent(com.google.gwt.dom.client.NativeEvent nativeEvent,
LegendItem item)
Creates the event with legend item related to the hover
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(LegendHoverEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<LegendHoverEventHandler> |
getAssociatedType() |
LegendItem |
getItem()
Returns the legend item related to the hover
|
getChart, getNativeEvent
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<LegendHoverEventHandler> TYPE
public LegendHoverEvent(com.google.gwt.dom.client.NativeEvent nativeEvent, LegendItem item)
nativeEvent
- native event of this custom eventitem
- legend item related to the hoverLegendItem
public LegendItem getItem()
public com.google.gwt.event.shared.GwtEvent.Type<LegendHoverEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<LegendHoverEventHandler>
protected void dispatch(LegendHoverEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<LegendHoverEventHandler>