Uses of Interface
com._1c.g5.v8.dt.metadata.common.AbstractChoiceParameterLink
- 
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.modelSubinterfaces of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.model Modifier and Type Interface Description interfaceFormChoiceParameterLinkA representation of the model object 'Choice Parameter Link'.
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.model.implClasses in com._1c.g5.v8.dt.form.model.impl that implement AbstractChoiceParameterLink Modifier and Type Class Description classFormChoiceParameterLinkImplAn implementation of the model object 'Choice Parameter Link'.
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.model.utilMethods in com._1c.g5.v8.dt.form.model.util with parameters of type AbstractChoiceParameterLink Modifier and Type Method Description TFormSwitch. caseAbstractChoiceParameterLink(AbstractChoiceParameterLink object)Returns the result of interpreting the object as an instance of 'Abstract Choice Parameter Link'.
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.md.ui.aef.componentsClasses in com._1c.g5.v8.dt.md.ui.aef.components with type parameters of type AbstractChoiceParameterLink Modifier and Type Class Description classAbstractChoiceParameterLinksComponent<T extends AbstractChoiceParameterLink,U,M extends IChoiceParameterLinksModel<T,U>>The abstract component for working with choice parameter links features.
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.md.ui.dialogsClasses in com._1c.g5.v8.dt.md.ui.dialogs with type parameters of type AbstractChoiceParameterLink Modifier and Type Class Description classChoiceParameterLinksDialog<T extends AbstractChoiceParameterLink,M>Dialog for editing choice parameter links.
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.metadata.commonSubinterfaces of AbstractChoiceParameterLink in com._1c.g5.v8.dt.metadata.common Modifier and Type Interface Description interfaceChoiceParameterLinkA representation of the model object 'Choice Parameter Link'.
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.metadata.common.implClasses in com._1c.g5.v8.dt.metadata.common.impl that implement AbstractChoiceParameterLink Modifier and Type Class Description classAbstractChoiceParameterLinkImplAn implementation of the model object 'Abstract Choice Parameter Link'.classChoiceParameterLinkImplAn implementation of the model object 'Choice Parameter Link'.
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.metadata.common.utilMethods in com._1c.g5.v8.dt.metadata.common.util with parameters of type AbstractChoiceParameterLink Modifier and Type Method Description TCommonSwitch. caseAbstractChoiceParameterLink(AbstractChoiceParameterLink object)Returns the result of interpreting the object as an instance of 'Abstract Choice Parameter Link'.
- 
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.ui.aef.modelsClasses in com._1c.g5.v8.dt.ui.aef.models with type parameters of type AbstractChoiceParameterLink Modifier and Type Interface Description interfaceIChoiceParameterLinksModel<T extends AbstractChoiceParameterLink,U>The contract for Choice parameter links models.
 
-