public class ChangedEvent extends BrowserEvent<RangeChangedEventHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
ChangedEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(RangeChangedEventHandler handler) |
static <S extends HasRangeChangedEventHandlers & 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<RangeChangedEventHandler> |
getAssociatedType() |
float |
getEndValue()
Deprecated.
|
double |
getEndValueAsDouble()
new end value
|
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 GwtEvent.Type<RangeChangedEventHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public ChangedEvent(JavaScriptObject jsObj)
public static <S extends HasRangeChangedEventHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<RangeChangedEventHandler> getType()
protected void dispatch(RangeChangedEventHandler handler)
dispatch
in class GwtEvent<RangeChangedEventHandler>
public final GwtEvent.Type<RangeChangedEventHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<RangeChangedEventHandler>
public float getStartValue()
GwtFloatVsDouble
public double getStartValueAsDouble()
public float getEndValue()
GwtFloatVsDouble
public double getEndValueAsDouble()
public boolean getIsDragging()