Class FormBmValue<T,TSelection extends org.eclipse.emf.ecore.EObject>
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<T,TSelection>
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfValueAttribute<T,
,IBmObject> IValue<T>
,IValidable
,IModelApiAwareModel
,IFormValue<T,
TSelection>
- Direct Known Subclasses:
BmButtonDefaultModel
,BmFormAttributeModel
,BmFormButtonDataPathModel
,BmFormConditionalAppearanceModel
,BmFormDataPathModel
,BmFormGroupListModel
,BmFormTableNameModel
,BmSpreadsheetDataFormModel
,FormBmCommandChooserModel
,FormBmTypeLinkModel
public class FormBmValue<T,TSelection extends org.eclipse.emf.ecore.EObject>
extends BmValue<T>
implements IFormValue<T,TSelection>
Represents a BM object feature value for form models.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormBmValue
(Form form, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a new value. -
Method Summary
Modifier and TypeMethodDescriptiongetForm()
Gets form model.Return the selected object of form model.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.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
-
FormBmValue
public FormBmValue(Form form, org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a new value.- Parameters:
form
- the form model.object
- the form model object.feature
- the feature of form model object.
-
-
Method Details
-
getForm
Gets form model.- Specified by:
getForm
in interfaceIFormValue<T,
TSelection extends org.eclipse.emf.ecore.EObject> - Returns:
- the form model.
-
getSelection
Return the selected object of form model.- Specified by:
getSelection
in interfaceIFormValue<T,
TSelection extends org.eclipse.emf.ecore.EObject> - Returns:
- the selected object.
-