com.hp.lft.sdk.web

Class TableDescription

    • Constructor Detail

      • TableDescription

        public TableDescription()
        Initializes a new instance of the TableDescription class.
      • TableDescription

        protected TableDescription(TableDescription.Init<?> init)
        Initializes a new instance of the TableDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setBorder

        public void setBorder(java.lang.Integer border)
        Sets the number of pixels that are used as border on the table.
        Parameters:
        border - the number of pixels that are used as border on the table.
      • getBorder

        public java.lang.Integer getBorder()
        Returns the number of pixels that are used as border on the table.
        Returns:
        the number of pixels that are used as border on the table.
      • setRowsCount

        public void setRowsCount(java.lang.Integer rowsCount)
        Sets the number of rows in the table including the header.
        Parameters:
        rowsCount - the number of rows in the table including the header.
      • getRowsCount

        public java.lang.Integer getRowsCount()
        Returns the number of rows in the table including the header.
        Returns:
        the number of rows in the table including the header.
      • setColumnsCount

        public void setColumnsCount(java.lang.Integer columnsCount)
        Sets the number of columns in the table.
        Parameters:
        columnsCount - the number of columns in the table.
      • getColumnsCount

        public java.lang.Integer getColumnsCount()
        Returns the number of columns in the table.
        Returns:
        the number of columns in the table.
      • setColumnHeaders

        public void setColumnHeaders(java.lang.String[] columnHeaders)
        Sets a collection of column headers.
        Parameters:
        columnHeaders - a collection of column headers.
      • getColumnHeaders

        public java.lang.String[] getColumnHeaders()
        Returns the collection of column headers.
        Returns:
        the collection of column headers.