Monday, October 7, 2013

How to use HTMLTable in UiBinder?

Why there're no info about how to use HTMLTable in UiBinder on the internet?

I tried this simple code:

                  <g:HTMLTable>
              <g:row>
                  <c:cell>
                      <b>My Info</b>
                  </c:cell>
              </g:row>
          </g:HTMLTable>

After ran, it showed ` No class matching "row" in urn:import:com.google.gwt.user.client.ui: <g:row>` error.

Is there anyone know how to use it?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment