Hi All,

Whenever possible, GWT defers to browsers' native user interface elements.
> For example, GWT's 
> Button<http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/Button.html>
>  widget
> is a true HTML <button> rather than a synthetic button-like widget built,
> say, from a<div>. That means that GWT buttons render appropriately in
> different browsers and on different client operating systems. We like the
> native browser controls because they're fast, accessible, and most familiar
> to users.


I wonder if there is a list somewhere that shows which HTML Element each GWT
Widget is mapped to - and where more than one element is possible, which
ones make sense.

Thanks in advance,

Tom

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to