> If nobody else has any other concerns, I recommend you to start with > an example interface to get early feedback and iterate from there.
So, I was going to start with just one, but copy/pasting them over and changing the package name was pretty easy, so: https://gwt-review.googlesource.com/#/c/3231/ I only changed a few of the widgets to implement their IsXxx counterpart (Button, ComplexPanel, AbsolutePanel)--all pretty trivial. I didn't realize this before, but I ended up slipping IsElement in here because it's part of the extended IsWidget interface. There are some other IsElement related things, like having IsElement extend HasStyle and HasText that I'm flexible on, but are handy IMO. Very much request for comment sort of state. Anyone feel free to respond here or in the code review. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
