|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.renderers.ClickableRenderer.RendererClickEvent<R>
R - the row type of the containing Gridpublic static class ClickableRenderer.RendererClickEvent<R>
An event fired when a widget rendered by a ClickableWidgetRenderer subclass is clicked.
| Method Summary | |
|---|---|
protected void |
dispatch(ClickableRenderer.RendererClickHandler handler)
|
|
getAssociatedType()
|
CellReference<R> |
getCell()
Returns the cell of the clicked button. |
R |
getRow()
Returns the data object corresponding to the row of the clicked button. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CellReference<R> getCell()
public R getRow()
publicgetAssociatedType()
protected void dispatch(ClickableRenderer.RendererClickHandler handler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||