Package org.vaadin.firitin.form
Interface AbstractForm.DeleteHandler<T>
-
- All Superinterfaces:
Serializable
- Enclosing class:
- AbstractForm<T>
public static interface AbstractForm.DeleteHandler<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDelete(T entity)
-
-
-
Method Detail
-
onDelete
void onDelete(T entity)
-
-