On Saturday, April 20, 2013 9:12:12 AM UTC+2, Mohammad Al-Quraian wrote:
>
> I was just wondering if DI can be used in cell widget or not? I tried 
> constructor and method injection but it seems that DI is never fired up on 
> cell widgets.


You can use DI everywhere object creation can be done by the DI container 
(for instance, it means using @UiField(provided=true) or @UiFactory for 
UiBinder).

So the question is: how are your cells instantiated? 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to