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