]> source.dussan.org Git - gwtquery.git/commit
Added GQ static class to house all static methods of the Api. It should be named...
authorManolo Carrasco <manolo@apache.org>
Mon, 19 Sep 2011 16:09:19 +0000 (16:09 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 19 Sep 2011 16:09:19 +0000 (16:09 +0000)
commitf30f1c4b15fd53a4d4b7e175bb11904698c46d58
tree82334eef81861e3496245bdc96d415e0a3bc44d3
parent9e5e82cde20e1c102be7d1239b5d62b7bed43a16
Added GQ static class to house all static methods of the Api. It should be named $, but gwt compiler fails when a class contains the dollar. Added a simple implementation of the jquery Ajax API, text, html, xml and json responses are handle well by gquery.
13 files changed:
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQ.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Predicate.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/AttributeImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/AttributeTridentImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngine.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/AjaxImpl.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/rebind/LazyGenerator.java
gwtquery-core/src/test/java/com/google/gwt/query/client/JreQueryCoreTest.java