Thank you very much. how to do it in UIBinder then?? Weihua
On Wed, May 8, 2013 at 4:55 PM, Patrick Tucker <[email protected]> wrote: > Instead of using add(Widget, String) to add tabs use add(Widget,Widget). > Your second argument will be a widget that you have added a mouse over > handler to that will instruct the TabLayoutPanel to select the appropriate > tab by calling selectTab(int) or selectTab(Widget). > > On Tuesday, May 7, 2013 1:51:49 PM UTC-4, Weihua wrote: > >> Yes I meant mouseover instead of clicking. Can you provide some example >> codes? >> >> Thank you very much. >> >> >> On Tue, May 7, 2013 at 7:41 PM, Patrick Tucker <[email protected]> wrote: >> >>> You mean instead of clicking? There is no reason you couldn't add that >>> capability. It is not out of the box though. >>> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Web Toolkit" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/Pks49qkijSo/unsubscribe?hl=en > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
