When GWT 2.1.1 is released, you will be able to pass an optional CellPreviewEvent.Handler to setSelectionModel<http://code.google.com/p/google-web-toolkit/source/browse/releases/2.1/user/src/com/google/gwt/user/cellview/client/AbstractHasData.java?r=9421#602>, changing the behavior of selection. The default implementation is DefaultSelectionEventManager<http://code.google.com/p/google-web-toolkit/source/browse/releases/2.1/user/src/com/google/gwt/view/client/DefaultSelectionEventManager.java?r=9421>, but you can extend it or provide an EventTranslator to select based on doubleclick instead of click.
Thanks, John LaBanca [email protected] On Tue, Dec 14, 2010 at 3:22 PM, Rene Vielma <[email protected]> wrote: > Hello > > I created a class that extends AbstractCell, like > http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList. > > All work fine, but CellList just has setSelectionModel for selection > handler. I like double click selection handler. > How I can to do. > > thank you > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
