Interface ITableData

    • Method Detail

      • getColumnInfos

        IValueInfos getColumnInfos()
        Returns:
        The column info object (not null).
      • getRowCount

        int getRowCount()
        Returns:
        The row count.
      • getRow

        ITableRow getRow​(int p_iRowIndex)
        Parameters:
        p_iRowIndex - The row index (0 <= p_iRowIndex < getRowCount()).
        Returns:
        The row on the given index.