Interface DefaultButtonConfiguration.Builder

  • Method Details

    • backgroundColor

      DefaultButtonConfiguration.Builder backgroundColor(String backgroundColor)

      The background color of the button.

      Parameters:
      backgroundColor - The background color of the button.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • borderRadius

      DefaultButtonConfiguration.Builder borderRadius(Integer borderRadius)

      The border radius of the button.

      Parameters:
      borderRadius - The border radius of the button.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • buttonAction

      DefaultButtonConfiguration.Builder buttonAction(String buttonAction)

      Action triggered by the button.

      Parameters:
      buttonAction - Action triggered by the button.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • buttonAction

      Action triggered by the button.

      Parameters:
      buttonAction - Action triggered by the button.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • link

      Button destination.

      Parameters:
      link - Button destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      Button text.

      Parameters:
      text - Button text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • textColor

      The text color of the button.

      Parameters:
      textColor - The text color of the button.
      Returns:
      Returns a reference to this object so that method calls can be chained together.