Re: Custom Clickable Cell with CellTable

2011-05-12 Thread matttai
Hi Adam, What exactly is it that you are trying to achieve by doing this? If you wish to find the cell that was clicked and manipulate it you can also do it this way : Add clickHandler to table/grid Call getSource() on received clickEvent Cast source to grid/flextable Call

Re: Custom Clickable Cell with CellTable

2011-05-12 Thread Adam
Matt thanks for the response. By default the celltable wires up click events for the cell (aka div). The problem is when I click on any text in the table/ table it's swallowing the click event and therefore the celltable is never notified that I clicked in the cell. Here's an example of what

Custom Clickable Cell with CellTable

2011-05-06 Thread Adam
Hey Gang, I've created a lightweight custom cell that extends AbstractCell. I've included the code below. What I've determined is that the parent is the DIV associated with the cell. What I'm trying to do is make it so if I click anywhere in the cell including the text of the tds that the