I think you mean this?:

java

@UiField
HTMLPanel htmlPanel

ui binder

<g:HTMLPanel ui:field='htmlPanel/>

then in your java you can do

htmlPanel.doStuff();

On Apr 29, 12:07 pm, masch <the.ma...@gmail.com> wrote:
> Helllo,
>
> I am using UIbinder thought an ui.xml and I need to add a dynamic
> control from the ViewClass, I mean I have some part of my ui.xml with
> an especial HTML id and I need find that HTML part from the view and
> add a control. How can do that?
>
> Thank you
> salu2...
> masch...
>
> --
> 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 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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.

Reply via email to