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].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.