com.hp.lft.sdk.java

Class TableDescription.Init<T extends TableDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • rowsCount

        public T rowsCount(java.lang.Integer rowsCount)
        Initializes the number of rows in a table.
        Parameters:
        rowsCount - the number of rows in a table.
        Returns:
        the description instance with the updated state (builder pattern).
      • columnsCount

        public T columnsCount(java.lang.Integer columnsCount)
        Initializes the number of columns in a table.
        Parameters:
        columnsCount - the number of columns in a table.
        Returns:
        the description instance with the updated state (builder pattern).
      • columnHeaders

        public T columnHeaders(java.lang.String[] columnHeaders)
        Initializes the collection of column headers in a table.
        Parameters:
        columnHeaders - the collection of column headers in a table.
        Returns:
        the description instance with the updated state (builder pattern).