Re: UiBinder and abstract class

2013-02-08 Thread Beniton Fernando
How do we do that? On Tuesday, 2 February 2010 04:55:17 UTC+5:30, matttai wrote: You are probably setting setWidget(uiBinder.createAndBindUi(this)); in the extended class. I don't see your bind statement for the second class so i cannot tell so it is just a guess. Bind the loginbox

Re: UiBinder and abstract class

2013-02-08 Thread Thomas Broyer
See https://groups.google.com/d/msg/google-web-toolkit/x_GwoCkpwaI/7svZNGfjvLIJ and https://groups.google.com/d/topic/google-web-toolkit/M3OKndJIqGY/discussion On Wednesday, March 21, 2012 12:13:01 PM UTC+1, Luis Costa wrote: Hello all, I'm having the same doubt, Damians, did you put your

Re: UiBinder and abstract class

2012-03-29 Thread Luis Costa
Hello all, I'm having the same doubt, Damians, did you put your code working? I'm having the same error. Thanks, Luis. Segunda-feira, 1 de Fevereiro de 2010 11h22min10s UTC, damians escreveu: Hello, I've got a problem and i googled lots of pages to see if anyone got the same problem but i

Re: UiBinder and abstract class

2010-02-01 Thread matttai
You are probably setting setWidget(uiBinder.createAndBindUi(this)); in the extended class. I don't see your bind statement for the second class so i cannot tell so it is just a guess. Bind the loginbox content for the LoginDialogBox as a widget and pass it in for your bind in the