posted 14 years ago
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...