public static interface DataGrid.DateRenderer extends DataGrid.Renderer, DataGrid.HasNullRepresentation, DataGrid.HasLocale, DataGrid.HasFormatString
| Modifier and Type | Method and Description |
|---|---|
java.text.DateFormat |
getDateFormat() |
java.lang.String |
getFormatString() |
void |
setDateFormat(java.text.DateFormat dateFormat) |
void |
setFormatString(java.lang.String formatString) |
getNullRepresentation, setNullRepresentationgetLocale, setLocalejava.lang.String getFormatString()
getFormatString in interface DataGrid.HasFormatStringvoid setFormatString(java.lang.String formatString)
setFormatString in interface DataGrid.HasFormatStringformatString - the format string describing the date and time format
which will be used to create DateFormat instance.java.text.DateFormat getDateFormat()
DateFormat which is used to present datesvoid setDateFormat(java.text.DateFormat dateFormat)
dateFormat - the instance of DateFormat with which to present dates