Re: [gwt-contrib] Re: Why does OptionalFieldEditor implements LeafValueEditor?

2010-12-22 Thread Thomas Broyer
On Tue, Dec 21, 2010 at 6:22 PM, Thomas Broyer wrote: > On Tue, Dec 21, 2010 at 12:29 PM, Thomas Broyer wrote: >> On Mon, Dec 20, 2010 at 5:58 PM, BobV wrote: >>> On Mon, Dec 20, 2010 at 11:44 AM, Thomas Broyer wrote: But how do you explain the difference in display then between Optio

Re: [gwt-contrib] Re: Why does OptionalFieldEditor implements LeafValueEditor?

2010-12-21 Thread Thomas Broyer
On Tue, Dec 21, 2010 at 12:29 PM, Thomas Broyer wrote: > On Mon, Dec 20, 2010 at 5:58 PM, BobV wrote: >> On Mon, Dec 20, 2010 at 11:44 AM, Thomas Broyer wrote: >>> But how do you explain the difference in display then between >>> OptionalFieldEditor (which also appears to work OK in DynaTableRf)

Re: [gwt-contrib] Re: Why does OptionalFieldEditor implements LeafValueEditor?

2010-12-21 Thread Thomas Broyer
On Mon, Dec 20, 2010 at 5:58 PM, BobV wrote: > On Mon, Dec 20, 2010 at 11:44 AM, Thomas Broyer wrote: >> But how do you explain the difference in display then between >> OptionalFieldEditor (which also appears to work OK in DynaTableRf) and our >> copy without LeafValueEditor? >> (looks like I'll

[gwt-contrib] Re: Why does OptionalFieldEditor implements LeafValueEditor?

2010-12-20 Thread BobV
On Mon, Dec 20, 2010 at 11:44 AM, Thomas Broyer wrote: > But how do you explain the difference in display then between > OptionalFieldEditor (which also appears to work OK in DynaTableRf) and our > copy without LeafValueEditor? > (looks like I'll have to debug it; hopefully looking at the generate

[gwt-contrib] Re: Why does OptionalFieldEditor implements LeafValueEditor?

2010-12-20 Thread Thomas Broyer
OK, got it: OptionalFieldEditor implements LeafValueEditor so that you can set the value to 'null' and correctly have it reflected in the object after the flush(). But how do you explain the difference in *display* then between OptionalFieldEditor (which also appears to work OK in DynaTableRf)