> Messages could help you, even if you don't use its "localizable
> facet":
>
> public interface Images extends Messages {
> @DefaultMessage("<img src='images/{0}.gif' style='top: {1}em;'>")
> String image(String image, int emTop);
>
> }
>
> Then use it as:
> images.image(flag ? "a" : "b", index);
That's a very good idea! It doesn't provide compile-time syntax
validation, but it's so much nicer than concatenation. Thanks - I like
this kind of creative solution!
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment