Interface BeanValidationForm.DeleteHandler<T>

Type Parameters:
T - the entity being edited
All Superinterfaces:
Serializable
Enclosing class:
BeanValidationForm<T>

public static interface BeanValidationForm.DeleteHandler<T> extends Serializable
A handler called when the built-in delete button of the form is called.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDelete(T entity)
     
  • Method Details

    • onDelete

      void onDelete(T entity)