Package io.jmix.ui.component
Interface DataGrid.HasFormatString
- All Known Subinterfaces:
 DataGrid.DateRenderer,DataGrid.NumberRenderer
- All Known Implementing Classes:
 DateRendererImpl,NumberRendererImpl
public static interface DataGrid.HasFormatString
A renderer has a format string.
- 
Method Summary
 
- 
Method Details
- 
getFormatString
- Returns:
 - the format string describing the value format
 
 - 
setFormatString
- Parameters:
 formatString- the format string describing the value format
 
 -