Interface CellFormatter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.lang.Object value)
      Formats the specified value into a string appropriate for displaying in a table cell.
    • Method Detail

      • format

        java.lang.String format​(java.lang.Object value)
        Formats the specified value into a string appropriate for displaying in a table cell. Note that null values are acceptable, and will result in the empty string.
        Parameters:
        value - the value
        Returns:
        the formatted string