Hi all
Can't get this to work:
declaring a tree:
@UiField
Tree tree = new Tree();
then declaring a handler:
@UiHandler("tree")
void onTreeSelect(SelectionEvent<TreeItem> event)
{
Window.alert("You clicked the tree");
}
Wont fire. Why?
/A
P.S This is my fourth post, still no answer on any of them. Are my
questions to stupid or to hard or doesn't anyone know anything about
GWT? A bit concering as we are thinking of chosing GWT for a large
enterprise project.
--
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.