Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Model changes for 4.4 M4


Am 08.11.2013 14:48 schrieb "Paul Elder" <pelder@xxxxxxxxxx>:
>
> Eric Moffatt  and I are planning a number of E4 model changes for next week (M4). Our initial cut is below:
>
> * Change MCompositePart to extend MGenericTile<MPartSashContainerElement> rather than MPartSashContainer. (This is so that MCompositePart will extend only one concrete type, namely MPart. In implementing split editors/views, Eric found that the MPart/MPartSashContainer ambiguity caused some problems.)
> * Deprecate MInputPart and MInput.
>      * Question: Is there need for an 'inputSpec' attribute on MPart? (A replacement for MInput's inputURI attribute.)

+1, this would help for simple editor input scenarios.

> * Create MWizard and MDialog classes (that extend MWindow), and add corresponding collection attributes on MApplication
>      * Question
>           * Is there need for new attributes on these classes?
>           * Is there need for MWizardPage, too? (It seems to me that MWizard's 'children' being mapped to the wizard's pages is sufficient.)
>

Would be nice to see a prototype how the new model elements would be use. I assume we would have modelService.show(dialog, modular) or something like that?


Back to the top