Interface CellFormatter

    • Method Detail

      • format

        String format​(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