public class ChangedEvent extends BrowserEvent<RangeChangedEventHandler>
jsObj| Constructor and Description |
|---|
ChangedEvent(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void | dispatch(RangeChangedEventHandler handler) |
static <S extends HasRangeChangedEventHandlers & com.google.gwt.event.shared.HasHandlers> | fire(S source, com.google.gwt.core.client.JavaScriptObject jsObj) Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing. |
com.google.gwt.event.shared.GwtEvent.Type<RangeChangedEventHandler> | getAssociatedType() |
float | getEndValue() Deprecated. |
double | getEndValueAsDouble() new end value |
Canvas | getFiringCanvas() Returns the Canvas firing the event. |
boolean | getIsDragging() whether the user is still in the middle of a drag, so that expensive operations can be avoided if needed |
float | getStartValue() Deprecated. |
double | getStartValueAsDouble() new start value |
static com.google.gwt.event.shared.GwtEvent.Type<RangeChangedEventHandler> | getType() Gets the type associated with this event. |
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDowngetFiringInstanceAsJavaScriptObjectassertLive, getSource, isLive, kill, revivepublic ChangedEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public Canvas getFiringCanvas()
Canvas firing the event.public static <S extends HasRangeChangedEventHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, com.google.gwt.core.client.JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static com.google.gwt.event.shared.GwtEvent.Type<RangeChangedEventHandler> getType()
protected void dispatch(RangeChangedEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RangeChangedEventHandler>public final com.google.gwt.event.shared.GwtEvent.Type<RangeChangedEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RangeChangedEventHandler>public float getStartValue()
GwtFloatVsDoublepublic double getStartValueAsDouble()
public float getEndValue()
GwtFloatVsDoublepublic double getEndValueAsDouble()
public boolean getIsDragging()