This is an interesting question.

I have a java widget that uses a UI binder xml file to define some
HTML Structure to the widget.

WE bind the to like this:

public class PortfolioFrozenDateFilterWidget extends TDCBComposite
{
@UiTemplate("PortfolioFrozenDateFilterWidget.ui.xml") interface Binder
extends
            UiBinder<Widget, PortfolioFrozenDateFilterWidget>
    {
    }

Maybe I am just getting to old for this, but can I somehow have
multiple ui.xml file for the same widget. This way I could reuse the
java object with a different HTML structure.

Thanks

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

Reply via email to