CellTable - Editor Framework - Object deep hierarchy (objects of objects)

2012-06-14 Thread Alfredo Quiroga-Villamil
I would be interested in any advice/approaches I can get at this point regarding the usage of CellTable in conjunction (if possible) with the Editor Framework. More details below. Hierarchy - Suppose you have a Set of Objects of type A. - A contains a Set of objects of Type B.

Re: CellTable - Editor Framework - Object deep hierarchy (objects of objects)

2012-06-14 Thread Thomas Broyer
On Thursday, June 14, 2012 5:45:01 PM UTC+2, Alfredo Quiroga-Villamil wrote: I would be interested in any advice/approaches I can get at this point regarding the usage of CellTable in conjunction (if possible) with the Editor Framework. More details below. Hierarchy

Re: CellTable - Editor Framework - Object deep hierarchy (objects of objects)

2012-06-14 Thread Alfredo Quiroga-Villamil
Really appreciate the response and help. This is definitely saving me a lot of time and confirms my previous suspicions. It really felt like my idea was forcing it to happen. It wasn't flowing and that is usually a good indication for me to hesitate and re-think the approach or look for guidance

Re: CellTable - Editor Framework - Object deep hierarchy (objects of objects)

2012-06-14 Thread Thomas Broyer
Basically when the editors fit nicely in the edit/flush flow. This is not the case with CellTwble which notifies you whenever a property changes, vs. waiting for you to flush the changes in batch. This can be worked around quite easily by queueing the changes as in the Showcase, but when you

Re: CellTable - Editor Framework - Object deep hierarchy (objects of objects)

2012-06-14 Thread Alfredo Quiroga-Villamil
Makes sense, thanks again for the help. Alfredo On Thu, Jun 14, 2012 at 1:49 PM, Thomas Broyer t.bro...@gmail.com wrote: Basically when the editors fit nicely in the edit/flush flow. This is not the case with CellTwble which notifies you whenever a property changes, vs. waiting for you to