]> source.dussan.org Git - gwtquery.git/commit
Added lazy generator
authorRay Cromwell <cromwellian@gmail.com>
Tue, 5 May 2009 00:12:58 +0000 (00:12 +0000)
committerRay Cromwell <cromwellian@gmail.com>
Tue, 5 May 2009 00:12:58 +0000 (00:12 +0000)
commit2020aa708fca88b683ff19438de72aa08b268d2d
tree69c03b7d2319a1a43cb1920ef892183fa89f9c69
parent5d89867da687e9b4f01f13bfb2b71a0ad51198e8
Added lazy generator
18 files changed:
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/$.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/JsClosure.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/Lazy.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyBase.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/Widgets.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/CSS.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/LazyGenerator.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorBase.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorJSOptimal.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GwtQueryCoreTest.java
samples/src/main/java/gwtquery/samples/GwtQueryBench.gwt.xml
samples/src/main/java/gwtquery/samples/GwtQueryDemo.gwt.xml
samples/src/main/java/gwtquery/samples/GwtQuerySample.gwt.xml
samples/src/main/java/gwtquery/samples/client/GwtQuerySampleModule.java