FYI: the IsElement interfaces corresponds to issue 7497: http://code.google.com/p/google-web-toolkit/issues/detail?id=7497
On Fri, Jun 7, 2013 at 5:03 AM, Stephen Haberman <[email protected]>wrote: > > > 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 a topic in the > Google Groups "GWT Contributors" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit-contributors/odoaoi1s7N0/unsubscribe?hl=en-US > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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.
