You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message