Interface IWelcomeConfirmView

    • Method Detail

      • getHeaderLabel

        String getHeaderLabel()
        Returns:
        a label for the header of the confirmation page.
      • getInfoText

        @Nullable
        default String getInfoText()
        Returns:
        an optional information text to be displayed on the confirmation page.
      • getConfirmBtnLabel

        @Nullable
        default String getConfirmBtnLabel()
        Returns:
        an optional label for the confirm button on the confirmation page. If no label is returned then the default label will be displayed.
      • getCancelBtnLabel

        @Nullable
        default String getCancelBtnLabel()
        Returns:
        an optional label for the confirm button on the confirmation page. If no label is returned then the default label will be displayed.
      • confirm

        void confirm()
        Executes the confirmation.
      • cancel

        void cancel()
        Cancels the confirmation.