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, resetImplementationpublic 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.HasNullRepresentationgetNullRepresentation in interface DataGrid.HasNullRepresentationnullpublic void setNullRepresentation(java.lang.String nullRepresentation)
DataGrid.HasNullRepresentationsetNullRepresentation in interface DataGrid.HasNullRepresentationnullRepresentation - a textual representation of null