Class HTMLTable.Cell

java.lang.Object
com.google.gwt.user.client.ui.HTMLTable.Cell
Enclosing class:
HTMLTable

public class HTMLTable.Cell extends Object
  • Constructor Details

    • Cell

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

    • 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