poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

FastTree:gen2 #231

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Gen2 code should not rely on widgetideas code, as we are trying to move to
a much more compartmentalized structure.  WidgetCollection is public, and
can probably be used instead of the package protected widget iterator. 

Original issue reported on code.google.com by ecc%google.com@gtempaccount.com on 4 Feb 2009 at 3:19

GoogleCodeExporter commented 8 years ago
what about:

import com.google.gwt.widgetideas.client.event.KeyboardHandler;
import com.google.gwt.widgetideas.client.overrides.DOMHelper;

Which are used everywhere.  

Original comment by noam.w...@gmail.com on 20 Feb 2009 at 8:41

GoogleCodeExporter commented 8 years ago

We should create a new version of DOM helper and move it into gen2 widget base.

KeyboardHandler should be replaced by the KeyDown/Up/Press handlers.

Original comment by ecc%google.com@gtempaccount.com on 20 Feb 2009 at 9:01