Package io.jmix.ui.component.renderer
Class ProgressBarRendererImpl
java.lang.Object
io.jmix.ui.component.impl.AbstractDataGrid.AbstractRenderer<Object,Double>
io.jmix.ui.component.renderer.ProgressBarRendererImpl
- All Implemented Interfaces:
DataGrid.ProgressBarRenderer,DataGrid.Renderer,RendererWrapper<Double>
@Component("ui_ProgressBarRenderer")
@Scope("prototype")
public class ProgressBarRendererImpl
extends AbstractDataGrid.AbstractRenderer<Object,Double>
implements DataGrid.ProgressBarRenderer
A renderer that represents a double values as a graphical progress bar.
-
Field Summary
Fields inherited from class io.jmix.ui.component.impl.AbstractDataGrid.AbstractRenderer
dataGrid, nullRepresentation, rendererFields inherited from interface io.jmix.ui.component.DataGrid.ProgressBarRenderer
NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopy(DataGrid.Renderer existingRenderer) protected JmixProgressBarRendererMethods inherited from class io.jmix.ui.component.impl.AbstractDataGrid.AbstractRenderer
checkRendererNotSet, getColumnByGridColumn, getDataGrid, getImplementation, getNullRepresentation, getPresentationValueProvider, resetImplementation, setDataGrid, setNullRepresentation
-
Constructor Details
-
ProgressBarRendererImpl
public ProgressBarRendererImpl()
-
-
Method Details
-
createImplementation
- Specified by:
createImplementationin classAbstractDataGrid.AbstractRenderer<Object,Double>
-
copy
- Specified by:
copyin classAbstractDataGrid.AbstractRenderer<Object,Double>
-