Interface VGrid.CellFormatter<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
defaultVaadinFormatting
(Object value) formatColumnValue
(VGrid.VColumn<T> col, Object value) Formats the value in a raw data column.
-
Method Details
-
defaultVaadinFormatting
-
formatColumnValue
Formats the value in a raw data column. By default, nulls are rendered as "" and non-nulls with String.valueOf(Object).- Parameters:
col
- the columnvalue
- the value to render in the cell- Returns:
- String representation of the value to be sent to client
-