]> source.dussan.org Git - gwtquery.git/commit
widgets plugin has a just set of basic factories, the rest will be in the enhance...
authorManolo Carrasco <manolo@apache.org>
Tue, 19 Apr 2011 07:22:52 +0000 (07:22 +0000)
committerManolo Carrasco <manolo@apache.org>
Tue, 19 Apr 2011 07:22:52 +0000 (07:22 +0000)
commit99c595608e0b17561366234fa2bb4a621857697b
treeb356fe82d7207e56aa60c3d472b8e39f5d2a9ba4
parentcf4f6348162b6f4c7f7dfa79064bfa6d062b81f6
widgets plugin has a just set of basic factories, the rest will be in the enhance plugin or others
15 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/impl/SelectorEngineCssToXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineNative.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyWidgets.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Widgets.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/ButtonWidgetFactory.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/LabelWidgetFactory.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/PasswordTextBoxWidgetFactory.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextAreaWidgetFactory.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextBoxBaseWidgetFactory.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextBoxWidgetFactory.java [new file with mode: 0644]
samples/src/main/java/gwtquery/samples/client/GwtQuerySampleModule.java
samples/src/main/java/gwtquery/samples/public/GwtQuerySample.html