I'm searching for a way to implement this very simple static layout [1] using the UiBinder. It seems not to be possible using just a HTMLPanel which throws a parsing exception if I do something like:
<g:cell><g:Label text="My Label"/></g:cell> but how can I create such a static layout as described in my SO question [1]? I've been looking but I can't find a way.. Or is a table a wrong approach here? Thanks for any help on this! Best regards, Stefan [1] http://stackoverflow.com/questions/32402917/how-to-use-flextable-with-uibinder -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
