Class HTMLTable.Cell

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Cell​(int rowIndex, int cellIndex)
      Creates a cell.
    • Constructor Detail

      • Cell

        protected Cell​(int rowIndex,
                       int cellIndex)
        Creates a cell.
        Parameters:
        rowIndex - the cell's row
        cellIndex - the cell's index
    • Method Detail

      • getCellIndex

        public int getCellIndex()
        Gets the cell index.
        Returns:
        the cell index
      • getElement

        public Element getElement()
        Gets the cell's element.
        Returns:
        the cell's element.
      • getRowIndex

        public int getRowIndex()
        Get row index.
        Returns:
        the row index