Interface FormButton.Builder

    • Method Detail

      • excluded

        FormButton.Builder excluded​(Boolean excluded)

        Specifies whether the button is visible on the form.

        Parameters:
        excluded - Specifies whether the button is visible on the form.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • children

        FormButton.Builder children​(String children)

        Describes the button's properties.

        Parameters:
        children - Describes the button's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • position

        FormButton.Builder position​(FieldPosition position)

        The position of the button.

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