datni / gwt-pectin

Automatically exported from code.google.com/p/gwt-pectin
0 stars 0 forks source link

Support watermarks derived from artibrary value models using a format #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be good to support watermarks derived from non string value models.

watermark(FieldModel<String>).with(ValueModel<T>).formattedBy(Function<T,
String>);

watermark(FieldModel<String>).with(ValueModel<T>).formattedBy(DisplayFormat<T>);

Original issue reported on code.google.com by andrew.pietsch on 2 Jan 2010 at 5:37

GoogleCodeExporter commented 8 years ago

Original comment by andrew.pietsch on 2 Jan 2010 at 6:16