How to add clickhandler on ImageCell in GWT CellTable?

前端 未结 8 1328
再見小時候
再見小時候 2021-02-06 04:01

I have tried this but didn\'t work

Column imageColumn = new Column(new ImageCell()) {
       @Override
             


        
8条回答
  •  -上瘾入骨i
    2021-02-06 04:39

    You need to sinkEvents() with appropriate bits.

    Refer to answer of Question Adding ClickHandler to div which contains many other widget.

提交回复
热议问题