Class MdTypedObjectModel<M extends MdObject>

All Implemented Interfaces:
ICompoundModel, IModel, IValidable, IMdObjectModel, IMdTypedObjectModel
Direct Known Subclasses:
FormWizard.FormModel

public class MdTypedObjectModel<M extends MdObject> extends MdObjectModel<M> implements IMdTypedObjectModel
The model for AEF wizard pages which allows to select the type of creating object, e.g. form wizard page or template wizard page.
  • Constructor Details

    • MdTypedObjectModel

      public MdTypedObjectModel(IDtNewWizardContext<M> context, String modelNamePrefix)
      Creates a new model.
      Parameters:
      context - the wizard context.
      modelNamePrefix - the name prefix of creating object.
    • MdTypedObjectModel

      public MdTypedObjectModel(IDtNewWizardContext<M> context, String modelNamePrefix, String projectNamePrefix)
      Creates a new model.
      Parameters:
      context - the wizard context.
      modelNamePrefix - the name prefix of creating object.
      projectNamePrefix - the project name prefix or null if not needed
  • Method Details