Class BmFormGroupListModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.value.Value<T>
com._1c.g5.v8.dt.aef2.bm.models.BmValue<T>
com._1c.g5.v8.dt.form.internal.ui.properties.models.FormBmValue<Table,DynamicListFormExtInfo>
com._1c.g5.v8.dt.form.internal.ui.properties.models.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 Summary
ConstructorsConstructorDescriptionBmFormGroupListModel
(Form form, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a new aef model. -
Method Summary
Modifier and TypeMethodDescriptiongetItems()
The method return all availableTable
for featureDynamicListFormExtInfo.getGroupList()
.Methods inherited from class com._1c.g5.v8.dt.form.internal.ui.properties.models.FormBmValue
getForm, getSelection
Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmValue
adapt, createTask, dispose, getChange, getModelApi, getObject, getObjectValue, getProperty, processBmValueChange, setModelApi, setObjectValue
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, set, setCommittedValue, setUncommittedValue, setValue, toString
Methods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditable
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com._1c.g5.v8.dt.form.internal.ui.properties.models.IFormValue
getForm, getSelection
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
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
-
getItems
Description copied from interface:IFormGroupListModel
The method return all availableTable
for featureDynamicListFormExtInfo.getGroupList()
.- Specified by:
getItems
in interfaceIFormGroupListModel
- Returns:
- the available tables.
-