]> source.dussan.org Git - gwtquery.git/commit
Adding a better way to handle when an element is already a widget and many methods...
authorManolo Carrasco <manolo@apache.org>
Wed, 24 Nov 2010 10:25:08 +0000 (10:25 +0000)
committerManolo Carrasco <manolo@apache.org>
Wed, 24 Nov 2010 10:25:08 +0000 (10:25 +0000)
commit53625d2314f26854a1337596ec3f6aa7c8ccdce6
tree625de2acd6521c9aaf66933a98485a53f226a565
parentbc5bf690c82c8cfe9b36923647ef8b5ecf5caa19
Adding a better way to handle when an element is already a widget and many methods in Core and Function to manage widgets (Patch by julien.dramaix). Moving widget generators to its own plugin class
gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Widgets.java [new file with mode: 0755]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryWidgetsTest.java [new file with mode: 0644]