[gwt-contrib] Re: UiBinder. Parser for TextAlignConstant (issue612803)

2010-06-29 Thread rjrjr
Some javadoc somewhere need to be updated with a "Use in UiBinder Templates" section that covers this, see UIObject for an example. Where exactly to do that is a bit unclear, especially with the recent addition of ValueBoxBase. Any thoughts? http://gwt-code-reviews.appspot.com/612803/diff/1/3 F

[gwt-contrib] Re: UiBinder. Parser for TextAlignConstant (issue612803)

2010-06-29 Thread Ray Ryan
I hope that we aren't going to make any more fake enums now that we can have real ones, so I don't know that it's worth generalizing support for them. Doing one off custom attribute parsers for them seems like a reasonable rearguard action. There is already a general parsing mechanism for real enu

[gwt-contrib] Re: UiBinder. Parser for TextAlignConstant (issue612803)

2010-06-23 Thread Joel Webber
@rjrjr: What say ye? Have you considered doing something like this before, and perhaps found a way to generalize it such that we don't have to create a separate attribute parser for every enum? Le 22 juin 2010 07:14, a écrit : > Reviewers: jgw, > > Description: > It uses "friendly" names. > > I