Package io.jmix.ui.component.renderer
Class CheckBoxRendererImpl
java.lang.Object
io.jmix.ui.component.impl.AbstractDataGrid.AbstractRenderer<Object,Boolean>
io.jmix.ui.component.renderer.CheckBoxRendererImpl
- All Implemented Interfaces:
DataGrid.CheckBoxRenderer
,DataGrid.Renderer
,RendererWrapper<Boolean>
@Component("ui_CheckBoxRenderer")
@Scope("prototype")
public class CheckBoxRendererImpl
extends AbstractDataGrid.AbstractRenderer<Object,Boolean>
implements DataGrid.CheckBoxRenderer
A renderer that represents a boolean values as a graphical check box icons.
-
Field Summary
Fields inherited from class io.jmix.ui.component.impl.AbstractDataGrid.AbstractRenderer
dataGrid, nullRepresentation, renderer
Fields inherited from interface io.jmix.ui.component.DataGrid.CheckBoxRenderer
NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
copy
(DataGrid.Renderer existingRenderer) protected com.vaadin.ui.renderers.Renderer<Boolean>
Methods inherited from class io.jmix.ui.component.impl.AbstractDataGrid.AbstractRenderer
checkRendererNotSet, getColumnByGridColumn, getDataGrid, getImplementation, getNullRepresentation, getPresentationValueProvider, resetImplementation, setDataGrid, setNullRepresentation
-
Constructor Details
-
CheckBoxRendererImpl
public CheckBoxRendererImpl()
-
-
Method Details
-
createImplementation
- Specified by:
createImplementation
in classAbstractDataGrid.AbstractRenderer<Object,
Boolean>
-
copy
- Specified by:
copy
in classAbstractDataGrid.AbstractRenderer<Object,
Boolean>
-