Interface DataGrid.HasFormatString

All Known Subinterfaces:
DataGrid.DateRenderer, DataGrid.NumberRenderer
All Known Implementing Classes:
DateRendererImpl, NumberRendererImpl
Enclosing interface:
DataGrid<E>

public static interface DataGrid.HasFormatString
A renderer has a format string.
  • Method Details

    • getFormatString

      @Nullable String getFormatString()
      Returns:
      the format string describing the value format
    • setFormatString

      void setFormatString(String formatString)
      Parameters:
      formatString - the format string describing the value format