Interface Form.PrepareReset<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.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 of Form.FinishReset to conclude the reset operation.
    • Method Detail

      • beforeReset

        void beforeReset​(Form<T> form)