In java code we can set id. Is it possible to set 'id' for GWT widgets in UiBinder itself?
If it is possilbe please give me a sample.
Actually I tried the following code,
<g:Button ui:field="login" debugId="loginButton">
Then I checked it in alert. Window.alert("Id: " + login.getElement().getId());
But the output is Id:
.
Id is not set for the login button
Is there any better way to do this?
Can anyone help me?
Thanks in advance, Gnik