Package io.jmix.ui.component
Interface DataGrid.ButtonRenderer<T>
- All Superinterfaces:
DataGrid.HasNullRepresentation
,DataGrid.HasRendererClickListener<T>
,DataGrid.Renderer
- All Known Implementing Classes:
ButtonRendererImpl
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.
-
Field Summary
-
Method Summary
Methods inherited from interface io.jmix.ui.component.DataGrid.HasNullRepresentation
getNullRepresentation, setNullRepresentation
Methods inherited from interface io.jmix.ui.component.DataGrid.HasRendererClickListener
setRendererClickListener
-
Field Details
-
NAME
- See Also:
-