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() |
int |
getColNum()
column number of the cell
|
ListGrid |
getGrid()
ListGrid to which this field belongs
|
ListGridRecord |
getRecord()
record for the cell being edited.
|
int |
getRowNum()
row number for the cell
|
static GwtEvent.Type<EditorEnterHandler> |
getType()
Gets the type associated with this event.
|
java.lang.Object |
getValue()
value for the cell being edited
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic 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 ListGridRecord getRecord()
public java.lang.Object getValue()
public int getRowNum()
public int getColNum()
public ListGrid getGrid()