public class RowEditorEnterEvent extends BrowserEvent<RowEditorEnterHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
RowEditorEnterEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(RowEditorEnterHandler handler) |
static <S extends HasRowEditorEnterHandlers & 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<RowEditorEnterHandler> |
getAssociatedType() |
JavaScriptObject |
getEditValues() |
Record |
getRecord()
record for the cell being edited
|
int |
getRowNum()
row number for the cell
|
static GwtEvent.Type<RowEditorEnterHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public RowEditorEnterEvent(JavaScriptObject jsObj)
public static <S extends HasRowEditorEnterHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<RowEditorEnterHandler> getType()
protected void dispatch(RowEditorEnterHandler handler)
dispatch
in class GwtEvent<RowEditorEnterHandler>
public final GwtEvent.Type<RowEditorEnterHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<RowEditorEnterHandler>
public int getRowNum()
public JavaScriptObject getEditValues()
public Record getRecord()