Friday, May 28, 2010

Re: Fastest way to create lots of similar elements

On May 28, 6:00 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> 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