public class ValueChangedEvent extends BrowserEvent<ValueChangedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
ValueChangedEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ValueChangedHandler handler) |
static <S extends HasValueChangedHandlers & 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<ValueChangedHandler> |
getAssociatedType() |
static GwtEvent.Type<ValueChangedHandler> |
getType()
Gets the type associated with this event.
|
double |
getValue()
the new value.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic ValueChangedEvent(JavaScriptObject jsObj)
public static <S extends HasValueChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<ValueChangedHandler> getType()
protected void dispatch(ValueChangedHandler handler)
dispatch in class GwtEvent<ValueChangedHandler>public final GwtEvent.Type<ValueChangedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ValueChangedHandler>public double getValue()