jQuery in Action, 2nd edition
The moose likes GWT and the fly likes Tab Movement between Deckpanel and ButtonPanel . Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Tab Movement between Deckpanel and ButtonPanel ." Watch "Tab Movement between Deckpanel and ButtonPanel ." New topic
Author

Tab Movement between Deckpanel and ButtonPanel .

manish jaiswal
Greenhorn

Joined: Aug 15, 2011
Posts: 5
I have a Flowpanel in which I inturn add Deckpanel and ButtonPanel Now
this Deckpanel have Dynamic GWT Companents added and ButtonPanel have
Buttons which are disabled and enabled Dynamically.My issue is when I
try to do tab movement then tab movement/shift-tab movement from
ButtonPanel to Deckpanel and viceversa is not smooth taabing order
breaks while moving from one component of one panel to other component
of other.


Regards
Manish
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8430

Welcome to the Ranch.

Instead of DeckPanel can you try using TabPanel? What is ButtonPanel? Is it some custom widget?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
manish jaiswal
Greenhorn

Joined: Aug 15, 2011
Posts: 5
For every setfocus I added following lines and this made it work

nativeJS.stopBubble(event.getNativeEvent())

Regards
Manish
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Tab Movement between Deckpanel and ButtonPanel .
 
Similar Threads
Firing an Event when a Panel in a GWT DeckPanel is displayed.
regarding ctrl-tab & ctrl-shift-tab
JTabbedPane default component focus in tab panels
.getSelection()
where array index starts from 0