Class ButtonRendererImpl<T>

All Implemented Interfaces:
DataGrid.ButtonRenderer<T>, DataGrid.HasNullRepresentation, DataGrid.HasRendererClickListener<T>, DataGrid.Renderer, RendererWrapper<String>

@Component("ui_ButtonRenderer") @Scope("prototype") public class ButtonRendererImpl<T> extends AbstractClickableRenderer<T,String> implements DataGrid.ButtonRenderer<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.