Reviewers: robertvawter,

Description:
Delete EditorSupportGenerator, and various tweaks on the way to making
addon-gwt recover from the exit of Property from the public API, and
the shift to EntityProxyId.

Note in particular that getProxyClass() has moved to EntityProxyId,
which makes it a lot easier to deal with. I think this also paves the
way to a lot of clean up of all the nasty split("@") sprinkled about
the place, by moving it into EntityProxyId, but I don't have it in me
to take it further right now.


Please review this at http://gwt-code-reviews.appspot.com/912802/show

Affected files:
M samples/expenses/src/main/java/com/google/gwt/sample/expenses/client/MobileReportEntry.java
  M user/src/com/google/gwt/app/App.gwt.xml
  D user/src/com/google/gwt/app/client/EditorSupport.java
  M user/src/com/google/gwt/app/place/AbstractProxyEditActivity.java
  M user/src/com/google/gwt/app/place/AbstractProxyListActivity.java
  M user/src/com/google/gwt/app/place/AbstractProxyListView.java
  M user/src/com/google/gwt/app/place/ProxyEditView.java
  M user/src/com/google/gwt/app/place/ProxyListPlace.java
  M user/src/com/google/gwt/app/place/ProxyPlace.java
  M user/src/com/google/gwt/app/place/ProxyPlaceToListPlace.java
  D user/src/com/google/gwt/app/rebind/EditorSupportGenerator.java
  M user/src/com/google/gwt/editor/client/ValueAwareEditor.java
M user/src/com/google/gwt/requestfactory/client/RequestFactoryEditorDriver.java
  M user/src/com/google/gwt/requestfactory/client/impl/AbstractRequest.java
M user/src/com/google/gwt/requestfactory/client/impl/EntityProxyIdImpl.java
  M user/src/com/google/gwt/requestfactory/client/impl/ProxySchema.java
M user/src/com/google/gwt/requestfactory/client/impl/RequestFactoryEditorDelegate.java M user/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java M user/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java
  M user/src/com/google/gwt/requestfactory/shared/EntityProxy.java
  M user/src/com/google/gwt/requestfactory/shared/EntityProxyId.java
  M user/src/com/google/gwt/requestfactory/shared/Request.java
  M user/src/com/google/gwt/requestfactory/shared/RequestFactory.java
  M user/test/com/google/gwt/requestfactory/client/RequestFactoryTest.java


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to