Interface DataGrid.ButtonRenderer<T>

All Superinterfaces:
DataGrid.HasNullRepresentation, DataGrid.HasRendererClickListener<T>, DataGrid.Renderer
All Known Implementing Classes:
ButtonRendererImpl
Enclosing interface:
DataGrid<E>

public static interface DataGrid.ButtonRenderer<T> extends DataGrid.Renderer, DataGrid.HasNullRepresentation, DataGrid.HasRendererClickListener<T>
A Renderer that displays a button with a textual caption. The value of the corresponding property is used as the caption. Click listeners can be added to the renderer, invoked when any of the rendered buttons is clicked.