Custom UIBinder container - HOWTO??

2012-01-11 Thread Transplant
What is the preferred method for creating a custom UIBinder container?

I would like to implement a container class SuperSnazzyContainer, and
then be able use it in a UIBinder template like so:

mylib:SuperSnazzyContainer
g:Label text=woo-hoo/
g:Button text=click-me/
/mylib:SuperSnazzyContainer

What is the most straightforward way to implement such a beast??

Thanks in advance,

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



Re: Custom UIBinder container - HOWTO??

2012-01-11 Thread Kanagaraj M
Its simple.
Make your SuperSnazzyContainer implements HasWidgets.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Z7Yde581TdwJ.
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.