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