Interface EditFailedHandler

All Superinterfaces:
EventHandler

public interface EditFailedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an attempt to save inline edits fails, due to a validation error or other server error.
  • Method Details

    • onEditFailed

      void onEditFailed(EditFailedEvent event)
      Called when an attempt to save inline edits fails, due to a validation error or other server error.

      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 HandleErrorCallback.handleError(), which by default will result in a warning dialog.

      Parameters:
      event - the event