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 |
Canvas | getFiringCanvas() Returns the Canvas firing the event. |
java.util.Map | getNewValues() new values that we attempted to save |
Record | getNewValuesAsRecord() new values that we attempted to save |
Record | getOldValues() the complete original values from 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, isRightButtonDowngetFiringInstanceAsJavaScriptObjectassertLive, getSource, isLive, kill, revivepublic EditFailedEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public Canvas getFiringCanvas()
Canvas firing the event.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 java.util.Map getNewValues()
public Record getNewValuesAsRecord()
public Record getOldValues()
public EditCompletionEvent getEditCompletionEvent()
public DSResponse getDsResponse()