On Fri, Jul 22, 2011 at 1:22 PM, Jens <jens.nehlme...@gmail.com> wrote:
>
> <my:MyPanel>
>   <my:header>
>      <g:Label>Header</g:Label>
>   </my:header>
> </my:MyPanel>
>
> Your Java implementation of MyPanel would then contain methods:
>
> @UiChild
> public void addHeader(Widget w) {
>  //your add logic
> }
>

Great, that's basically everything I need!

-Alex

-- 
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-toolkit@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