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