Interface TableColumn.Builder

    • Method Detail

      • tableColumnId

        TableColumn.Builder tableColumnId​(String tableColumnId)

        The id of the column in the table.

        Parameters:
        tableColumnId - The id of the column in the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableColumnName

        TableColumn.Builder tableColumnName​(String tableColumnName)

        The name of the column in the table.

        Parameters:
        tableColumnName - The name of the column in the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • format

        TableColumn.Builder format​(String format)

        The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.

        Parameters:
        format - The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Format, Format
      • format

        TableColumn.Builder format​(Format format)

        The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.

        Parameters:
        format - The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Format, Format