• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Exclude a widget from the tab order

 
Greenhorn
Posts: 9
Mac OS X Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I know in HTML you can exclude an object by setting the tab-index to 0.
This doesn't seem to work for GWT though....

Is it possible to exlude a widget from the tab-order (so the widget will be skipped when the user tabs around the form)?

PS:
I solved it for now, by adding a KeyListener to the last widget which redirects the focus to the first widget, excluding the unwanted widgets...
 
reply
    Bookmark Topic Watch Topic
  • New Topic