Package org.jboss.hal.ballroom.form
Interface Form.PrepareReset<T>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Form.PrepareReset<T>
Callback to prepare the reset operation. Use this callback if the reset operation is behind some kind of confirmation dialog. If the user confirms to reset, it's expected that you use an implementation ofForm.FinishResetto conclude the reset operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeReset(Form<T> form)
-