public class

HTMLTable.Cell

extends Object
java.lang.Object
   ↳ com.google.gwt.user.client.ui.HTMLTable.Cell

Class Overview

Return value for getCellForEvent(ClickEvent).

Summary

Protected Constructors
HTMLTable.Cell(int rowIndex, int cellIndex)
Creates a cell.
Public Methods
int getCellIndex()
Gets the cell index.
Element getElement()
Gets the cell's element.
int getRowIndex()
Get row index.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected HTMLTable.Cell (int rowIndex, int cellIndex)

Creates a cell.

Parameters
rowIndex the cell's row
cellIndex the cell's index

Public Methods

public int getCellIndex ()

Gets the cell index.

Returns
  • the cell index

public Element getElement ()

Gets the cell's element.

Returns
  • the cell's element.

public int getRowIndex ()

Get row index.

Returns
  • the row index