|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.HTMLTable.Cell
public class HTMLTable.Cell
Return value for HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
.
Constructor Summary | |
---|---|
protected |
HTMLTable.Cell(int rowIndex,
int cellIndex)
Creates a cell. |
Method Summary | |
---|---|
int |
getCellIndex()
Gets the cell index. |
Element |
getElement()
Gets the cell's element. |
int |
getRowIndex()
Get row index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected HTMLTable.Cell(int rowIndex, int cellIndex)
rowIndex
- the cell's rowcellIndex
- the cell's indexMethod Detail |
---|
public int getCellIndex()
public Element getElement()
public int getRowIndex()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |