Package com.smartgwt.client.data
Interface SimpleTypeFormatter
public interface SimpleTypeFormatter
Formatter for values of a
SimpleType
.-
Method Summary
-
Method Details
-
format
The callback for formatting.- Parameters:
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- Returns:
- the formatted value
-