Interface IFormTypeLinkModel
- All Superinterfaces:
IAttributeProvider<AbstractDataPath>
,IFormValue<FormTypeLink,
,InputFieldExtInfo> IModel
,ITypeLinkModel<FormTypeLink,
,AbstractDataPath> IValidable
,IValue<FormTypeLink>
- All Known Implementing Classes:
FormBmTypeLinkModel
public interface IFormTypeLinkModel
extends IFormValue<FormTypeLink,InputFieldExtInfo>, ITypeLinkModel<FormTypeLink,AbstractDataPath>
The interface for
FormTypeLink
model.-
Method Summary
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.models.IAttributeProvider
getAttributes
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.ui.aef.models.ITypeLinkModel
areAttributesEqual, createTypeLink, toAttribute
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
-
Method Details
-
getScriptVariant
ScriptVariant getScriptVariant()- Returns:
- current script variant.
-
getDataPathRu
- Parameters:
engPath
- the english data path.- Returns:
- the russian script variant equivalent.
-