It also makes GWT much easier to update, as only the base features need to be updated - all the widget libraries can continue working using standard API...
One of the annoying things with GWT currently is we have all of these incompatible tables/widgets/layouts etc - it's hard to know which ones to use where.
On Wednesday, December 19, 2012 8:53:00 PM UTC+2, Jens wrote:
Sure you have to do a lot more when trying to port CellTable features to a widget based solution. But for CellList its not really an issue. Also AbstractPager and AbstractDataProvider are so generic that you could reuse them for anything as long as your widget implements HasRows and HasData.--But its a well known wish that GWT should provide more feature rich widgets out of the box that makes you think twice if you really need a 3rd party UI component library.-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/rLCpFqWEQAEJ.
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