Hi,
I´am not able to get a DoubleClick working on a row in a CellTable
widget.
I found an article in this group "ClickableCell double click event
(CellTable) " - but I can´t get it to work!

The following code works - but I get still the double click on the
celltable header.

MyCellTableClass

...
sinkEvents(Event.ONDBLCLICK);
...

@Override
public void onBrowserEvent(Event event) {
    switch (DOM.eventGetType(event)) {
        case Event.ONDBLCLICK:
            AppUtils.EVENT_BUS.fireEvent(new
ShowFplDetailsEvent(selectionModel.getSelectedObject()));
        break;
    }
}

Could anybody give me an hint?

Tank you very much...
greetings - develop.acb

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

Reply via email to