Package com.google.gwt.user.client.ui
Class HTMLTable.Cell
- java.lang.Object
-
- com.google.gwt.user.client.ui.HTMLTable.Cell
-
- Enclosing class:
- HTMLTable
public class HTMLTable.Cell extends java.lang.Object
Return value forHTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Cell(int rowIndex, int cellIndex)
Creates a cell.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCellIndex()
Gets the cell index.Element
getElement()
Gets the cell's element.int
getRowIndex()
Get row 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
-
-