public class EditorEnterEvent extends AbstractSmartEvent<EditorEnterHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
EditorEnterEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(EditorEnterHandler handler) |
static <S extends HasEditorEnterHandlers & 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<EditorEnterHandler> |
getAssociatedType() |
DynamicForm |
getForm()
form containing this item
|
FormItem |
getItem()
form item recieving focus
|
static GwtEvent.Type<EditorEnterHandler> |
getType()
Gets the type associated with this event.
|
java.lang.Object |
getValue()
current item value.
|
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public EditorEnterEvent(JavaScriptObject jsObj)
public static <S extends HasEditorEnterHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<EditorEnterHandler> getType()
protected void dispatch(EditorEnterHandler handler)
dispatch
in class GwtEvent<EditorEnterHandler>
public final GwtEvent.Type<EditorEnterHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<EditorEnterHandler>
public DynamicForm getForm()
public FormItem getItem()
public java.lang.Object getValue()