The docs Describle what to do when you have a *custom* widget that requires
a constructor argument. However what to do when your using an existing GWT
widget with constructor argument. For example -->
Tree(Tree.Resources resources)
Constructs a tree that uses the specified ClientBundle for image
I am not writing Tree.java myself here so using @UiFactory or
@UiField(provided=true) or @UiConstructor make no sense.
When I say <g:Tree ...... > in my template how do I pass the argument here?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.