Interface TextInputCard.Builder

    • Method Detail

      • id

        TextInputCard.Builder id​(String id)

        The unique identifier of the text input card.

        Parameters:
        id - The unique identifier of the text input card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        TextInputCard.Builder title​(String title)

        The title or label of the text input card.

        Parameters:
        title - The title or label of the text input card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dependencies

        TextInputCard.Builder dependencies​(Collection<String> dependencies)

        Any dependencies or requirements for the text input card.

        Parameters:
        dependencies - Any dependencies or requirements for the text input card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dependencies

        TextInputCard.Builder dependencies​(String... dependencies)

        Any dependencies or requirements for the text input card.

        Parameters:
        dependencies - Any dependencies or requirements for the text input card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        TextInputCard.Builder type​(String type)

        The type of the card.

        Parameters:
        type - The type of the card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CardType, CardType
      • type

        TextInputCard.Builder type​(CardType type)

        The type of the card.

        Parameters:
        type - The type of the card.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CardType, CardType
      • placeholder

        TextInputCard.Builder placeholder​(String placeholder)

        The placeholder text to display in the text input field.

        Parameters:
        placeholder - The placeholder text to display in the text input field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValue

        TextInputCard.Builder defaultValue​(String defaultValue)

        The default value to pre-populate in the text input field.

        Parameters:
        defaultValue - The default value to pre-populate in the text input field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.