com.vaadin.client.renderers
Class ClickableRenderer.RendererClickEvent<R>

java.lang.Object
  extended by 
      extended by com.vaadin.client.renderers.ClickableRenderer.RendererClickEvent<R>
Type Parameters:
R - the row type of the containing Grid
Enclosing class:
ClickableRenderer<T,W extends Widget>

public static class ClickableRenderer.RendererClickEvent<R>
extends

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

getCell

public CellReference<R> getCell()
Returns the cell of the clicked button.

Returns:
the cell

getRow

public R getRow()
Returns the data object corresponding to the row of the clicked button.

Returns:
the row data object

getAssociatedType

public  getAssociatedType()

dispatch

protected void dispatch(ClickableRenderer.RendererClickHandler handler)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.