]> source.dussan.org Git - gwtquery.git/commit
Removing Attachable and AttachableComposite and moving WidgetUtils to the gwt Widget...
authorManolo Carrasco <manolo@apache.org>
Wed, 9 Mar 2011 13:37:15 +0000 (13:37 +0000)
committerManolo Carrasco <manolo@apache.org>
Wed, 9 Mar 2011 13:37:15 +0000 (13:37 +0000)
commit46c3ff4a1689e64e673ac1a3e6a5a45f18da0238
tree2f32d6fc7d4694f19532ad972b080940e88928ed
parent39bfd906b3170ee7939dca726620d3d624081e73
Removing Attachable and AttachableComposite and moving WidgetUtils to the gwt Widget package so as onAttach is visible.
15 files changed:
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/Attachable.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/AttachableComposite.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/ButtonWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/DateBoxWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/DisclosurePanelWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/ListBoxWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/PasswordTextBoxWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/RichTextWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/SuggestBoxWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TabPanelWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextBoxWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetsUtils.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/user/client/ui/WidgetsUtils.java [new file with mode: 0644]