Sorry abt that. The second time I posted by mistake, since I dint see my msg posted in the discussions list.
Thanks, Shyam. On Aug 10, 4:03 pm, Chris Conroy <[email protected]> wrote: > Repeatedly bumping threads like this is rude and is considered spam. Please > do not do it again. > > Everyone, please take note that this is not acceptable behavior. If you find > that someone is bumping threads repeatedly, please notify the group > moderators. > > On Tue, Aug 10, 2010 at 5:40 PM, Shyam Visamsetty > <[email protected]>wrote: > > > > > > > Any update on this? > > > Thanks, > > Shyam. > > > On Aug 9, 11:10 pm, Shyam Visamsetty <[email protected]> wrote: > > > I get this error when handling selection event for TabLayoutPanel. But > > > Selection Event is a subclass of GWTEvent. Can someone help? I have > > > seen multiple posts of the same error unanswered. Your help will be > > > appreciated. > > > > Parameter 'SelectionEvent' is not an event (subclass of GwtEvent). > > > > @UiHandler("tabPanel") > > > public void onTabPanelSelection(SelectionEvent<Integer> event) { > > > if(presenter != null) > > > { > > > if (event.getSelectedItem() == 0){ > > > presenter.onHomeTabClicked(); > > > } > > > } > > > } > > > > PS: If this is a bug, I can file it in the Issue Tracker. I havent > > > found any related bug. > > > > Thanks, > > > Shyam. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > Chris Conroy > Software Engineer > Google, Atlanta -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
