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/-/aR3E5Yos08UJ.
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.

Reply via email to