]> source.dussan.org Git - gwtquery.git/commit
Implement API based on jQuery for special events
authorManolo Carrasco <manolo@apache.org>
Sun, 21 Dec 2014 07:30:53 +0000 (08:30 +0100)
committerManolo Carrasco <manolo@apache.org>
Sun, 21 Dec 2014 07:48:32 +0000 (08:48 +0100)
commit7a54cd8a80b59cfbe6f69bc782e14a23fa83625a
tree82510a2ab430da7360a65c5a0b3119061081c7be
parent8d14bba23b22cc88312dcefd6e2a8e9cabfb37b2
Implement API based on jQuery for special events

- SpecialEvents have an API with three methods: setup tearDown add remove
- Migrated mouse special events to use this API
devtest/pom.xml
devtest/src/main/java/com/google/gwt/query/DevTestRunner.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.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/events/EventsListener.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTestGwt.java