Re: Custom cell in CellTable with TextCell and SelectionCell

2013-08-12 Thread Jochen Schnaidt
Hi everybody, my cell now reacts on changes. But this brings up new questions, first of all: How do I get my event from my custom cell to to my CellTable to trigger an FieldUpdater? Thanks a lot. Best regards Jochen -- You received this message because you are subscribed to the Google

Custom cell in CellTable with TextCell and SelectionCell

2013-08-09 Thread Jochen Schnaidt
Hi everybody, I am trying to implement a custom cell for my CellTable showing a TextCell or a SelectionCell. The decision is made by an enum value in my model. To add the cell to my table I made a custom column, source under the cell. The Last snippets shows how I add the cell to my table.

Re: Custom cell in CellTable with TextCell and SelectionCell

2013-08-09 Thread Andrea Boscolo
A quick view reveals you haven't consumed the desired events in the cell's constructor. Something like: public CustomStatusCell() { super(click, keydown); // And so on. // ... } -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To