Interface ExportableField

    • Method Detail

      • getTitle

        String getTitle()
        Get the column header.
      • getType

        Type getType()
        Get the data type of the field.
        Returns:
        A type object or null if not known
        Since:
        2.15
      • getFormatter

        Formatter<?> getFormatter()
        Get a formatter that converts the values in this field to strings.
        Returns:
        A formatter or null to use default formatting (normally this means calling the toString() method).