com.vaadin.client.ui.grid.renderers
Class ButtonRenderer.RendererClickEvent<T>

java.lang.Object
  extended by 
      extended by com.vaadin.client.ui.grid.renderers.ButtonRenderer.RendererClickEvent<T>
Enclosing class:
ButtonRenderer<T>

public static class ButtonRenderer.RendererClickEvent<T>
extends

An event fired when a button rendered by a ButtonRenderer is clicked.


Method Summary
protected  void dispatch(ButtonRenderer.RendererClickHandler handler)
           
  getAssociatedType()
           
 Cell getCell()
          Returns the cell of the clicked button.
 T 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 Cell getCell()
Returns the cell of the clicked button.

Returns:
the cell

getRow

public T 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(ButtonRenderer.RendererClickHandler handler)


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