Widgets that can be focused on all have setTabIndex method. Don't know
if this is what you want.
Worst case, yon can override the onAttach method of your form
container, and do textbox.setFocus(true)
HTH.
-- Joe
Greetings,Is there a way to set which widget (usually a certain textbox) that should be the default widget with focus when a new form appears? Basically when the new form appears, if the user just starts typing, the input should appear in the widget that was specified as the one with the default focus.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/R7RfvP3PGBQJ.--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.