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. - B contains a Set of objects of Type C. Say you now wanted to represent the previously described relation via Grids (CellTable). ==== View ==== - A Table in a center panel showing an editable list of objects A. - An East Panel with two regions (North/South). Where the North Region shows the list of editable B object. The South region shows the list of editable C objects. The workflow for this would be something along these lines: - Once the list of A objects is loaded into the CellTable, the associated sub-editors should be all linked together. In other words, something that comes to mind would be upon loading the list of A objects, select the first row in the CellTable. Upon selection, all sub-editors (List B and it's sub-editor C) would then be populated (edit) in the UI. The first row of sub-editor B would also need to be selected to trigger population of the C List. - Since the A Editor along with it's subeditors can all perform add/remove operations, the entire workflow would need to be kept in sync for edit/flush operations. ===== Driver: ===== RequestFactory I have some ideas on how to accomplish this, but would really appreciate some feedback since I am not 100% sure on how to best go about it. Thanks in advance for any help. Alfredo -- Alfredo Quiroga-Villamil AOL/Yahoo/Gmail/MSN IM: Â lawwton -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
