
public class AxisItemOverEvent extends GwtEvent<AxisItemOverEvent.AxisItemOverHandler>
Axis is moused over.| Modifier and Type | Class and Description |
|---|---|
static interface |
AxisItemOverEvent.AxisItemOverHandler
Handler class for
AxisItemOverEvent events. |
static interface |
AxisItemOverEvent.HasAxisItemOverHandlers
A widget that implements this interface is a public source of
AxisItemOverEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
AxisItemOverEvent(String value,
int index,
Event event)
Creates a new event with the given value and index.
|
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<AxisItemOverEvent.AxisItemOverHandler> |
getAssociatedType() |
Event |
getBrowserEvent()
Returns the browser event that initiated the selection event.
|
int |
getIndex()
Returns the index of the axis item.
|
static GwtEvent.Type<AxisItemOverEvent.AxisItemOverHandler> |
getType()
Gets the type associated with this event.
|
String |
getValue()
Returns the value of the axis item.
|
toDebugString, toStringpublic static GwtEvent.Type<AxisItemOverEvent.AxisItemOverHandler> getType()
public GwtEvent.Type<AxisItemOverEvent.AxisItemOverHandler> getAssociatedType()
getAssociatedType in class GwtEvent<AxisItemOverEvent.AxisItemOverHandler>public Event getBrowserEvent()
public int getIndex()
public String getValue()
Copyright © 2015. All rights reserved.