Interface Form.PrepareRemove<T>

  • Enclosing interface:
    Form<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 of Form.FinishRemove to conclude the remove operation.
    • Method Detail

      • beforeRemove

        void beforeRemove​(Form<T> form)