I found the answer finally, I wrongly import the com.google.gwt.user.client.Element; instead of com.google.gwt.dom.client.Element;
On Friday, April 20, 2012 4:14:44 PM UTC+8, tong123123 wrote: > > I got some insight but still not clear, it show that > > public void onBrowserEvent(Context context, Element parent, String value, >> NativeEvent event, ValueUpdater<String> valueUpdater) >> > > in ClickableImageCell2 is not override > > public void onBrowserEvent(Context context, Element parent, C value, >> NativeEvent event, ValueUpdater<C> valueUpdater) >> > in AbstractCell, > but why in the api, > > http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/cell/client/AbstractCell.html#onBrowserEvent%28com.google.gwt.cell.client.Cell.Context,%20com.google.gwt.dom.client.Element,%20C,%20com.google.gwt.dom.client.NativeEvent,%20com.google.gwt.cell.client.ValueUpdater%29 > > Class ContactCell, > > @Override >> public void onBrowserEvent(Context context, Element parent, Contact >> value, >> NativeEvent event, ValueUpdater<Contact> valueUpdater) >> >> > is override of AbstractCell? > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/nImJY4gKNjcJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.