Interface BeanValidationForm.SavedHandler<T>

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

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

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

    • onSave

      void onSave(T entity)