Class BmFormGroupListModel

All Implemented Interfaces:
IAttribute<IBmObject,org.eclipse.emf.ecore.EStructuralFeature>, IEditableModel, IEmfAttribute<IBmObject>, IModel, IEmfValueAttribute<Table,IBmObject>, IValue<Table>, IValidable, IModelApiAwareModel, IFormGroupListModel, IFormValue<Table,DynamicListFormExtInfo>

public class BmFormGroupListModel extends FormBmValue<Table,DynamicListFormExtInfo> implements IFormGroupListModel
The bm implementation of IFormGroupListModel.
  • Constructor Details

    • BmFormGroupListModel

      public BmFormGroupListModel(Form form, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)
      Creates a new aef model.
      Parameters:
      form - the form.
      object - the editing model.
      feature - the editing feature.
  • Method Details