public class EditFailedEvent extends BrowserEvent<EditFailedHandler>
jsObj
Constructor and Description |
---|
EditFailedEvent(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(EditFailedHandler handler) |
static <S extends HasEditFailedHandlers & com.google.gwt.event.shared.HasHandlers> |
fire(S source,
com.google.gwt.core.client.JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
com.google.gwt.event.shared.GwtEvent.Type<EditFailedHandler> |
getAssociatedType() |
int |
getColNum()
index of the column where the edit failed, if applicable
|
DSResponse |
getDsResponse()
DSResponse, for saves through a DataSource
|
EditCompletionEvent |
getEditCompletionEvent()
Edit completion event that led to the save attempt
|
java.util.Map |
getNewValues()
A Map of the new values that we attempted to save.
|
Record |
getRecord()
old values before the save occurred
|
int |
getRowNum()
current index of the row we attempted to save
|
static com.google.gwt.event.shared.GwtEvent.Type<EditFailedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
public EditFailedEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public static <S extends HasEditFailedHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, com.google.gwt.core.client.JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static com.google.gwt.event.shared.GwtEvent.Type<EditFailedHandler> getType()
protected void dispatch(EditFailedHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<EditFailedHandler>
public final com.google.gwt.event.shared.GwtEvent.Type<EditFailedHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<EditFailedHandler>
public int getRowNum()
public int getColNum()
public EditCompletionEvent getEditCompletionEvent()
public DSResponse getDsResponse()
public java.util.Map getNewValues()
public Record getRecord()