Interface FormStyleConfig.Builder

    • Method Detail

      • tokenReference

        FormStyleConfig.Builder tokenReference​(String tokenReference)

        A reference to a design token to use to bind the form's style properties to an existing theme.

        Parameters:
        tokenReference - A reference to a design token to use to bind the form's style properties to an existing theme.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        FormStyleConfig.Builder value​(String value)

        The value of the style setting.

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