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