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