]> source.dussan.org Git - gwtquery.git/commit
live methods should follow the same api that gquery uses for bind, using Event.*...
authorManolo Carrasco <manolo@apache.org>
Sat, 9 Apr 2011 00:56:13 +0000 (00:56 +0000)
committerManolo Carrasco <manolo@apache.org>
Sat, 9 Apr 2011 00:56:13 +0000 (00:56 +0000)
commit0e47700e812c8e5f582b74de4b96d49834a041b0
treeff1b244a93f6ea8d2599e16b7fdf1095d1b16b67
parentf9d6e292acc225f85dd6fc281805cf47395a1694
live methods should follow the same api that gquery uses for bind, using Event.* constants to be more type-safe.
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/Events.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEvents.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java