On Fri, Jul 22, 2011 at 1:22 PM, Jens <[email protected]> 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 [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.
