SuggestBox + UiBinder question...

2010-08-13 Thread Thamizharasu S
Hi All,

I have a problem with SuggestBox with UiBinder. I have created a
SuggestBox control using ui.xml binder file. How could I define the
'MultiWordSuggestOracle' object with my suggestBox object which is
defined in the xml.

Any idea?

- Thamizharasu S

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SuggestBox + UiBinder question...

2010-08-13 Thread Prashant Hegde

 The way I normally do this:

In the Corresponding view class,

@UiField(provided = true)SuggestBox suggestbox;

In the constructor, before the initWidget() call, instantiate the 
suggestbox the way you want it.


Prashant


On 14-08-2010 00:13, Thamizharasu S wrote:

Hi All,

I have a problem with SuggestBox with UiBinder. I have created a
SuggestBox control using ui.xml binder file. How could I define the
'MultiWordSuggestOracle' object with my suggestBox object which is
defined in the xml.

Any idea?

- Thamizharasu S



--
You received this message because you are subscribed to the Google Groups Google 
Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.