Uses of Interface
com._1c.g5.v8.dt.metadata.common.AbstractChoiceParameterLink
-
-
Uses of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.model
Subinterfaces of AbstractChoiceParameterLink in com._1c.g5.v8.dt.form.model Modifier and Type Interface Description interface
FormChoiceParameterLink
A 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 AbstractChoiceParameterLink Modifier and Type Class Description class
FormChoiceParameterLinkImpl
An 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 AbstractChoiceParameterLink Modifier and Type Method Description T
FormSwitch. 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 AbstractChoiceParameterLink Modifier and Type Class Description class
AbstractChoiceParameterLinksComponent<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 AbstractChoiceParameterLink Modifier and Type Class Description class
ChoiceParameterLinksDialog<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.common Modifier and Type Interface Description interface
ChoiceParameterLink
A 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 AbstractChoiceParameterLink Modifier and Type Class Description class
AbstractChoiceParameterLinkImpl
An implementation of the model object 'Abstract Choice Parameter Link'.class
ChoiceParameterLinkImpl
An 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 AbstractChoiceParameterLink Modifier and Type Method Description T
CommonSwitch. 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 AbstractChoiceParameterLink Modifier and Type Interface Description interface
IChoiceParameterLinksModel<T extends AbstractChoiceParameterLink,U>
The contract for Choice parameter links models.
-