Andrea Russo wrote:
>> Andrea Russo wrote: >> >>> I would like to use a gridedit widget to list instances of different >>> classes, with each object type having a different view. Could someone >>> please give me some suggestions on how to proceed? >> >> Are the classes unrelated or are they part of one class hierarchy? > > Right, sorry. I forgot to mention that they all have the same base > class. It would be nice to make the gridedit more flexible to take multiple types into account. In any case we have two views: a table view and a form view. The table view needs to have a number of columns equal for every row, so there can't be much variation here. You can select a matching form view for the drilldown by specializing the appropriate GRIDEDIT methods. Specify STANDARD-OBJECT (or your base class) as DATA-CLASS. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" 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/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
