|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.AbstractCellEditor.CellEditInfo<R>
R
- the type of the row value associated with the editorpublic static class AbstractCellEditor.CellEditInfo<R>
The information about the cell to edit.
Constructor Summary | |
---|---|
AbstractCellEditor.CellEditInfo(HTMLTable table,
int row,
int cell,
R rowValue)
Constructor. |
Method Summary | |
---|---|
int |
getCell()
|
int |
getRow()
|
R |
getRowValue()
|
HTMLTable |
getTable()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCellEditor.CellEditInfo(HTMLTable table, int row, int cell, R rowValue)
table
- the table that opened the editorrow
- the row indexcell
- the cell indexrowValue
- the object associated with the rowMethod Detail |
---|
public int getCell()
public int getRow()
public R getRowValue()
public HTMLTable getTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |