public class HTMLTable.Cell
extends java.lang.Object
HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent).| Modifier | Constructor and Description | 
|---|---|
| protected  | Cell(int rowIndex,
    int cellIndex)Creates a cell. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getCellIndex()Gets the cell index. | 
| Element | getElement()Gets the cell's element. | 
| int | getRowIndex()Get row index. | 
protected Cell(int rowIndex,
               int cellIndex)
rowIndex - the cell's rowcellIndex - the cell's indexpublic int getCellIndex()
public Element getElement()
public int getRowIndex()