]> source.dussan.org Git - gwtquery.git/commit
Add reference to core plugins in GQuery so as user just use "import static GQuery...
authorManolo Carrasco <manolo@apache.org>
Sun, 1 May 2011 07:42:28 +0000 (07:42 +0000)
committerManolo Carrasco <manolo@apache.org>
Sun, 1 May 2011 07:42:28 +0000 (07:42 +0000)
commitbbea8bc5b87c9702e45e2b7118980cf4527d55e6
tree55f62572df1d66c2b6a49ff21d042e59ffc7dd28
parent64d9fc764f1349cf70dfb1ee03f0b118293506af
Add reference to core plugins in GQuery so as user just use "import static GQuery.*". A bit refactoring in Event class: rename it, and remove deprecated method. This could break plugins
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/MousePlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/UiPlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/Event.java [deleted file]
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 [new file with mode: 0644]