Interface ButtonDelegate

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSubmit()
      abstract Boolean isConfirmationRequired() Indicates whether the component requires user interaction before the payment flow can be triggered.
      abstract Boolean shouldShowSubmitButton()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • isConfirmationRequired

         abstract Boolean isConfirmationRequired()

        Indicates whether the component requires user interaction before the payment flow can be triggered. User interaction usually means filling an input, clicking a button, selecting an item from a list, etc.

        If no interaction is required, the component can be submitted at any point after it's loaded.