Re: Events from SelectionCell in CellTable - GWT 2.1 M1

2010-07-25 Thread Ted
Can you please provide an example of how to do cell selection using setFieldUpdater? Thanks, Ted On Jun 28, 10:42 am, saklig d3andr...@gmail.com wrote: The setFieldUpdater proved to be a better solution, thanks :-) For some reason InternetExplorer does not send change events when changing the

Re: Events from SelectionCell in CellTable - GWT 2.1 M1

2010-06-28 Thread saklig
The setFieldUpdater proved to be a better solution, thanks :-) For some reason InternetExplorer does not send change events when changing the value of the selectionCell. Is this a known bug in GWT 2.1 M1 ? On Jun 27, 2:59 pm, Paul Stockley pstockl...@gmail.com wrote: use the

Re: Events from SelectionCell in CellTable - GWT 2.1 M1

2010-06-27 Thread saklig
Which class has the addValueUpdateHandler ? On Jun 25, 4:08 pm, Paul Stockley pstockl...@gmail.com wrote: Can't you just add a ValueUpdater handler to see when the selection changes? On Jun 25, 4:27 am, saklig d3andr...@gmail.com wrote: After a couple of tries Ive managed to write

Re: Events from SelectionCell in CellTable - GWT 2.1 M1

2010-06-27 Thread Paul Stockley
use the setFieldUpdater(fieldUpdater) on the Column class On Jun 27, 6:28 am, saklig d3andr...@gmail.com wrote: Which class has the addValueUpdateHandler ? On Jun 25, 4:08 pm, Paul Stockley pstockl...@gmail.com wrote: Can't you just add a ValueUpdater handler to see when the selection

Re: Events from SelectionCell in CellTable - GWT 2.1 M1

2010-06-25 Thread saklig
After a couple of tries Ive managed to write something that gets the job done. My example: ListString opts = new ArrayListString(); opts.add(Enabled); opts.add(Disabled); table.addColumn(new IdentityColumnMyData(new ActiveSelectionCell(opts)), Active); private class ActiveSelectionCell

Re: Events from SelectionCell in CellTable - GWT 2.1 M1

2010-06-25 Thread Paul Stockley
Can't you just add a ValueUpdater handler to see when the selection changes? On Jun 25, 4:27 am, saklig d3andr...@gmail.com wrote: After a couple of tries Ive managed to write something that gets the job done. My example: ListString opts = new ArrayListString(); opts.add(Enabled);

Events from SelectionCell in CellTable - GWT 2.1 M1

2010-06-22 Thread saklig
Hi, How does one handle events from cells in a CellTable( specifically a SelectionCell ) ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this