public interface SimpleTypeFormatter
SimpleType
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.lang.Object value,
DataClass field,
DataBoundComponent component,
Record record)
The callback for formatting.
|
java.lang.String format(java.lang.Object value, DataClass field, DataBoundComponent component, Record record)
value
- the value to be formattedfield
- field descriptor from the component calling the formatter depending on the calling component, if applicable.component
- component calling this formatter, if applicablerecord
- the record instance, if applicable