Re: mouse over tab (TabLayoutPanel) to select
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 <tuck...@gmail.com> 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 the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home