Package com.google.gwt.user.client.ui
Class HTMLTable.Cell
java.lang.Object
com.google.gwt.user.client.ui.HTMLTable.Cell
- Enclosing class:
HTMLTable
Return value for
HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the cell index.Gets the cell's element.int
Get row index.
-
Constructor Details
-
Cell
protected Cell(int rowIndex, int cellIndex) Creates a cell.- Parameters:
rowIndex
- the cell's rowcellIndex
- the cell's index
-
-
Method Details
-
getCellIndex
public int getCellIndex()Gets the cell index.- Returns:
- the cell index
-
getElement
Gets the cell's element.- Returns:
- the cell's element.
-
getRowIndex
public int getRowIndex()Get row index.- Returns:
- the row index
-