GWT Button eventlistener designer2
Posted
by msaif
on Stack Overflow
See other posts from Stack Overflow
or by msaif
Published on 2010-03-23T07:51:37Z
Indexed on
2010/03/23
7:53 UTC
Read the original article
Hit count: 512
I have a html tag.
I used ((HasClickHandlers)RootPanel.get("test").getWidget(0)).addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent event) { Window.alert('sss'); } }
I executed but no action.
© Stack Overflow or respective owner