Interface SimpleTypeFormatter


public interface SimpleTypeFormatter
Formatter for values of a SimpleType.
See Also:
  • Method Details

    • format

      String format(Object value, DataClass field, DataBoundComponent component, Record record)
      The callback for formatting.
      Parameters:
      value - the value to be formatted
      field - field descriptor from the component calling the formatter depending on the calling component, if applicable.
      component - component calling this formatter, if applicable
      record - the record instance, if applicable
      Returns:
      the formatted value