Re: RequestFactory, Editor Framework, and CellTable

2011-03-18 Thread Aldo Neto
Hi, Thanks for your contribution. I checked your code and it seems to help me with my problem. However, I'm still not able to use the HasDataFlushableEditor class with my Editor. It only works when I change it to a LeafValueEditor (just like the HasDataEditor). My question is: what do I have to

Re: RequestFactory, Editor Framework, and CellTable

2011-03-18 Thread Colin Alworth
It is a work in progress – unfortunately, I ran out of time after putting it in, and was unable to verify that it does what I need it to do. I hope to spend time on it this weekend, and be able to report back that it works as it should. For now, use the configure(CellTable) overload only, and

Re: RequestFactory, Editor Framework, and CellTable

2011-03-04 Thread Thomas Broyer
On Thursday, March 3, 2011 9:03:11 PM UTC+1, Colin Alworth wrote: I wonder if you can elaborate a bit more on some of your points, or maybe point out where the flaw in my thinking is. I think that a HasDataEditor could be used correctly to achieve this, except for two points:

Re: RequestFactory, Editor Framework, and CellTable

2011-03-04 Thread Colin Alworth
I've already got a generator https://github.com/niloc132/celltable-toolsthat builds FieldUpdater instances (as well as Column instances, complete with getValue calls), so it is just a matter of extending it a little further to make this PendingChange-like thing. And, of course, to either stop

Re: RequestFactory, Editor Framework, and CellTable

2011-03-01 Thread Thomas Broyer
I don't think CellTable's editing abilities are meant to be used with the Editor framework. The Editor framework is based on a Flow Synchronizationhttp://martinfowler.com/eaaDev/FlowSynchronization.htmlpattern while CellTable generally directly edits its value. To be able to edit objects in a