Uses of Interface
com._1c.g5.v8.dt.metadata.common.AbstractChoiceParameterLink
Packages that use AbstractChoiceParameterLink
Package
Description
-
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.model
Subinterfaces of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Choice Parameter Link'. -
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.model.impl
Classes in com._1c.g5.v8.dt.form.model.impl that implement AbstractChoiceParameterLinkModifier and TypeClassDescriptionclassAn implementation of the model object 'Choice Parameter Link'. -
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.model.util
Methods in com._1c.g5.v8.dt.form.model.util with parameters of type AbstractChoiceParameterLinkModifier and TypeMethodDescriptionFormSwitch.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.components
Classes in com._1c.g5.v8.dt.md.ui.aef.components with type parameters of type AbstractChoiceParameterLinkModifier and TypeClassDescriptionclassAbstractChoiceParameterLinksComponent<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.dialogs
Classes in com._1c.g5.v8.dt.md.ui.dialogs with type parameters of type AbstractChoiceParameterLinkModifier and TypeClassDescriptionclassChoiceParameterLinksDialog<T extends AbstractChoiceParameterLink,M> Dialog for editing choice parameter links. -
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.metadata.common
Subinterfaces of AbstractChoiceParameterLink in com._1c.g5.v8.dt.metadata.commonModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Choice Parameter Link'. -
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement AbstractChoiceParameterLinkModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Choice Parameter Link'.classAn implementation of the model object 'Choice Parameter Link'. -
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type AbstractChoiceParameterLinkModifier and TypeMethodDescriptionCommonSwitch.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.models
Classes in com._1c.g5.v8.dt.ui.aef.models with type parameters of type AbstractChoiceParameterLinkModifier and TypeInterfaceDescriptioninterfaceIChoiceParameterLinksModel<T extends AbstractChoiceParameterLink,U> The contract for Choice parameter links models.