|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.widgets.Grid.GridEvent<T>
com.vaadin.client.widgets.Grid.EditorDomEvent<T>
T - the row type of the gridpublic static class Grid.EditorDomEvent<T>
A wrapper for native DOM events related to the Grid editor
.
| Constructor Summary | |
|---|---|
protected |
Grid.EditorDomEvent(Event event,
EventCellReference<T> cell,
Widget editorWidget)
|
| Method Summary | |
|---|---|
Grid.Editor<T> |
getEditor()
Returns the editor of the Grid this event originated from. |
Widget |
getEditorWidget()
Returns the currently focused editor widget. |
int |
getFocusedColumnIndex()
Returns the column index the editor was opened at. |
int |
getRowIndex()
Returns the row index the editor is open at. |
| Methods inherited from class com.vaadin.client.widgets.Grid.GridEvent |
|---|
getCell, getDomEvent, getGrid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Grid.EditorDomEvent(Event event,
EventCellReference<T> cell,
Widget editorWidget)
| Method Detail |
|---|
public Grid.Editor<T> getEditor()
public Widget getEditorWidget()
null if not editablepublic int getRowIndex()
public int getFocusedColumnIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||