public class WebTextRenderer extends WebDataGrid.AbstractRenderer<java.lang.String> implements DataGrid.TextRenderer
Constructor and Description |
---|
WebTextRenderer() |
WebTextRenderer(java.lang.String nullRepresentation) |
Modifier and Type | Method and Description |
---|---|
com.vaadin.ui.renderers.TextRenderer |
getImplementation() |
java.lang.String |
getNullRepresentation()
Null representation for the renderer.
|
void |
setNullRepresentation(java.lang.String nullRepresentation)
Sets null representation for the renderer.
|
getConverter, resetImplementation
public WebTextRenderer()
public WebTextRenderer(java.lang.String nullRepresentation)
public com.vaadin.ui.renderers.TextRenderer getImplementation()
getImplementation
in interface RendererWrapper<java.lang.String>
getImplementation
in class WebDataGrid.AbstractRenderer<java.lang.String>
public java.lang.String getNullRepresentation()
DataGrid.HasNullRepresentation
getNullRepresentation
in interface DataGrid.HasNullRepresentation
null
public void setNullRepresentation(java.lang.String nullRepresentation)
DataGrid.HasNullRepresentation
setNullRepresentation
in interface DataGrid.HasNullRepresentation
nullRepresentation
- a textual representation of null