This repository tries to make GWT SDK 2.x Widget API compatible to GWT 3 by removing old Browser support, GWT.create() and JSNI.
Commits can be rewritten at any time.
- duplicated
test/com.google.gwt.layout.client.LayerFriend
because there is nogwt-layout-tests.jar
butLayoutPanelTest
currently wants to look at package private information.
- To avoid dependency to GWT-RPC,
SuggestOracle.Request/Response
andMultiWordSuggestion
do not implementIsSerializable
anymore. Instead they implementSerializable
.
--
com.google.gwt.canvas
: Canvas Widgetcom.google.gwt.cell
: Cellscom.google.gwt.debug
: DebugInfocom.google.gwt.editor.client.adapters
: Editor adapters for HasData, TakesValuecom.google.gwt.editor.ui.client.ValueBoxEditorDecorator
: A decorator widget which can show editor errorscom.google.gwt.editor.ui.client.adapters
: Editor adapters for HasText, ValueBoxcom.google.gwt.event.shared.HandlerManager
: Deleted in gwt-event but required by widgetscom.google.gwt.media
: Audio/Video Widgetcom.google.gwt.touch
: Touch support for ScrollPanelcom.google.gwt.user.cellview
: Cell based widgets (CellList, ...)com.google.gwt.user.client.TakesValue
: primarly used by widgets so included here instead of own artifactcom.google.gwt.user.datepicker
: Date picker widgetcom.google.gwt.user.theme
: widget themescom.google.gwt.user.view
: support classes for cell based widgetscom.google.gwt.user.DOM.gwt.xml
: DOM and Event related classes included
- gwt-text (https://github.com/vegegoku/gwt-text)
- gwt-i18n https://github.com/vegegoku/gwt-i18n)
- gwt-resources (https://github.com/treblereel/gwt-resources)