]> source.dussan.org Git - gwtquery.git/commit
JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays of JsonBu...
authorManolo Carrasco <manolo@apache.org>
Sun, 18 Dec 2011 12:57:36 +0000 (12:57 +0000)
committerManolo Carrasco <manolo@apache.org>
Sun, 18 Dec 2011 12:57:36 +0000 (12:57 +0000)
commit74a16805c66e349aaff0960a4e7fdae7deb693f2
treeeed9290c54dfe616a785f5b4c04ea85abbda801f
parenteb5ceb54e368cfcf44d05290850355c8c86d75cf
JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays of JsonBuilder objects,  Fixes issue 117. Fix Properties toString methods when there are arrays of objects
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonBuilderBase.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/JsonBuilderGenerator.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryAjaxTestGwt.java