|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditFailedHandler
| Method Summary | |
|---|---|
void |
onEditFailed(EditFailedEvent event)
Called when an attempt to save inline edits fails, due to a validation error or other server error. |
| Method Detail |
|---|
void onEditFailed(EditFailedEvent event)
The default
implementation of editFailed does nothing for normal validation errors, which are displayed before editFailed() is
called. For any other errors, the default implementation will call RPCManager.handleError, which by default will result in a warning
dialog.
event - the event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||