public class ZoomChangedEvent extends BrowserEvent<ZoomChangedHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
ZoomChangedEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ZoomChangedHandler handler) |
static <S extends HasZoomChangedHandlers & 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<ZoomChangedHandler> |
getAssociatedType() |
java.lang.Object |
getEndValue()
ending value for the data range shown in the main chart
|
java.lang.Object |
getStartValue()
starting value for the data range shown in the main chart
|
static GwtEvent.Type<ZoomChangedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public ZoomChangedEvent(JavaScriptObject jsObj)
public static <S extends HasZoomChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<ZoomChangedHandler> getType()
protected void dispatch(ZoomChangedHandler handler)
dispatch
in class GwtEvent<ZoomChangedHandler>
public final GwtEvent.Type<ZoomChangedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<ZoomChangedHandler>
public java.lang.Object getStartValue()
public java.lang.Object getEndValue()