Class BmFormConditionalAppearanceModel
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<DataCompositionConditionalAppearance,Form>
com._1c.g5.v8.dt.form.internal.ui.properties.models.BmFormConditionalAppearanceModel
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfValueAttribute<DataCompositionConditionalAppearance,
,IBmObject> IValue<DataCompositionConditionalAppearance>
,IValidable
,IModelApiAwareModel
,IFormConditionalAppearanceModel
,IFormValue<DataCompositionConditionalAppearance,
Form>
public class BmFormConditionalAppearanceModel
extends FormBmValue<DataCompositionConditionalAppearance,Form>
implements IFormConditionalAppearanceModel
IFormConditionalAppearanceModel
implementation.-
Constructor Summary
ConstructorsConstructorDescriptionBmFormConditionalAppearanceModel
(Form form, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, String editingLanguageCode, MappingController mapping) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet editing language code.Get the form mapping controller.Returns V8 project.Gets runtime version.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.aef2.models.IAttribute
getObject, getProperty
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.v8.dt.aef2.IModelApiAwareModel
getModelApi, setModelApi
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
-
BmFormConditionalAppearanceModel
public BmFormConditionalAppearanceModel(Form form, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, String editingLanguageCode, MappingController mapping) Constructor.- Parameters:
form
- the form, can not benull
v8project
- the project parameters, cannot benull
editingLanguageCode
- editing language code (i.e. "en", "ru"), can benull
mapping
- the form mapping controller, can benull
the
- feature, can not benull
-
-
Method Details
-
getV8project
Description copied from interface:IFormConditionalAppearanceModel
Returns V8 project.- Specified by:
getV8project
in interfaceIFormConditionalAppearanceModel
-
getVersion
Description copied from interface:IFormConditionalAppearanceModel
Gets runtime version.- Specified by:
getVersion
in interfaceIFormConditionalAppearanceModel
- Returns:
- the runtime version
-
getEditingLanguage
Description copied from interface:IFormConditionalAppearanceModel
Get editing language code.- Specified by:
getEditingLanguage
in interfaceIFormConditionalAppearanceModel
- Returns:
- editing language code (i.e. "en", "ru") or null
-
getMapping
Description copied from interface:IFormConditionalAppearanceModel
Get the form mapping controller.- Specified by:
getMapping
in interfaceIFormConditionalAppearanceModel
- Returns:
- the form mapping controller, cannot be
null
-