Reviewers: ,

Description:
<g:Grid rows='3' columns='2'>
  <g:row>
    <g:customCell>
      <g:Label>foo</g:Label>
    </g:customCell>
    <g:customCell>
      <g:Label>bar</g:Label>
    </g:customCell>
  </g:row>
  <g:row>
    <g:textCell>
      foo
    </g:textCell>
  </g:row>
  <g:row>
    <g:customCell>
      <div>foo</div>
    </g:customCell>
  </g:row>
 </g:Grid>

Please review this at http://gwt-code-reviews.appspot.com/154810

Affected files:
  user/src/com/google/gwt/uibinder/elementparsers/GridParser.java
  user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java
  user/src/com/google/gwt/uibinder/rebind/XMLElement.java
  user/src/com/google/gwt/user/client/ui/Grid.java
  user/test/com/google/gwt/uibinder/UiBinderJreSuite.java
  user/test/com/google/gwt/uibinder/elementparsers/GridParserTest.java
  user/test/com/google/gwt/uibinder/test/UiJavaResources.java
  user/test/com/google/gwt/uibinder/test/client/UiBinderTest.java
  user/test/com/google/gwt/uibinder/test/client/WidgetBasedUi.java
  user/test/com/google/gwt/uibinder/test/client/WidgetBasedUi.ui.xml


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to