]> source.dussan.org Git - gwtquery.git/commit
implement Manolo's idea : use with() method to facilitate eclipse auto-completion
authorJulien Dramaix <julien.dramaix@gmail.com>
Thu, 24 Feb 2011 21:02:42 +0000 (21:02 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Thu, 24 Feb 2011 21:02:42 +0000 (21:02 +0000)
commitbafd66b4af26fae4940e9b4732195989e340945c
treeb858b6bd52e2fd0f72e038acfc6bef1965194dde
parent07fe84a2e8c6234b3f49e1fce530e0675589c28a
implement Manolo's idea : use with() method to facilitate eclipse auto-completion
25 files changed:
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/css/AbstractCssProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BackgroundPositionProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BackgroundProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BackgroundRepeatProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderWidthProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/CssShorthandProperty3.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/CssShorthandProperty4.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/CssShorthandProperty5.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/EdgePositionProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/FontSizeProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/LineHeightProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/ListStyleProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/MarginProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/MultipleValueCssSetter.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OutlineProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OutlineWidthProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/PaddingProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/TakeCssValue.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/TakesLength.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/VerticalAlignProperty.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCssTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTest.java