Interface BeanValidationForm.ResetHandler<T>

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

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

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

    • onReset

      void onReset(T entity)