Package org.jboss.hal.ballroom.form
Interface Form.PrepareRemove<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.PrepareRemove<T>
Callback to prepare the remove operation. Use this callback if the remove operation is behind some kind of confirmation dialog. If the user confirms to remove, it's expected that you use an implementation ofForm.FinishRemoveto conclude the remove operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeforeRemove(Form<T> form)
-