public class LegendHoverEvent extends BrowserEvent<LegendHoverHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
LegendHoverEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(LegendHoverHandler handler) |
static <S extends HasLegendHoverHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<LegendHoverHandler> |
getAssociatedType() |
FacetValue |
getFacetValue()
facetValue that the mouse is over
|
FacetValue |
getMetricFacetValue()
for a multi-axis chart, facetValue representing the hovered-over metric.
|
static GwtEvent.Type<LegendHoverHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic LegendHoverEvent(JavaScriptObject jsObj)
public static <S extends HasLegendHoverHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<LegendHoverHandler> getType()
protected void dispatch(LegendHoverHandler handler)
dispatch in class GwtEvent<LegendHoverHandler>public final GwtEvent.Type<LegendHoverHandler> getAssociatedType()
getAssociatedType in class GwtEvent<LegendHoverHandler>public FacetValue getFacetValue()
public FacetValue getMetricFacetValue()