diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-06-11 09:53:32 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-06-11 09:53:32 +0000 |
commit | cab2af2f44f0336bbb75a451eb8feef6bd5bbb93 (patch) | |
tree | a9b283caad4d6a666ef460ad9fc361430271ac32 /plugins | |
parent | 95ddf5b769e98e2497caf938787ea0d90b1ee386 (diff) | |
download | gwtquery-cab2af2f44f0336bbb75a451eb8feef6bd5bbb93.tar.gz gwtquery-cab2af2f44f0336bbb75a451eb8feef6bd5bbb93.zip |
Many changes almost related with effects and the re-factor of plugins:
- Removed plugin stuff which already were moved to the plugins module
- Moved all GQuery core plugin stuff into the plugins namespace
- Redesign and recode of the Effects plugin using GWT animate as base
- Documented many undocumented methods
- Added a couple of scripts to generate Lazy interfaces from the class
- Modifications to the effects sample to show the usage of the effects plugin
- More tests cases in the devtest module.
- Many other minor changes.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java b/plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java index 86b9fb2e..8cdc995b 100644 --- a/plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java +++ b/plugins/src/main/java/gwtquery/plugins/collapser/Collapser.java @@ -17,10 +17,10 @@ package gwtquery.plugins.collapser; import com.google.gwt.dom.client.Element; import com.google.gwt.dom.client.NodeList; -import com.google.gwt.query.client.Effects; import com.google.gwt.query.client.Function; import com.google.gwt.query.client.GQuery; import com.google.gwt.query.client.Plugin; +import com.google.gwt.query.client.plugins.Effects; import com.google.gwt.user.client.Event; /** |