Multiple UI Binder XML file for one Widget?

81 views
Skip to first unread message

skippy

unread,
Feb 14, 2012, 3:59:49 PM2/14/12
to Google Web Toolkit
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

Jens

unread,
Feb 14, 2012, 5:14:33 PM2/14/12
to google-we...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages