public class FocusEvent extends AbstractSmartEvent<FocusHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
FocusEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(FocusHandler handler) |
static <S extends HasFocusHandlers & 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<FocusHandler> |
getAssociatedType() |
DynamicForm |
getForm()
the managing DynamicForm instance
|
FormItem |
getItem()
the form item itself (also available as "this")
|
static GwtEvent.Type<FocusHandler> |
getType()
Gets the type associated with this event.
|
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public FocusEvent(JavaScriptObject jsObj)
public static <S extends HasFocusHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<FocusHandler> getType()
protected void dispatch(FocusHandler handler)
dispatch
in class GwtEvent<FocusHandler>
public final GwtEvent.Type<FocusHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<FocusHandler>
public DynamicForm getForm()
public FormItem getItem()