Uses of Interface
com._1c.g5.aef2.standard.parameterization.ILinkParametrization
-
-
Uses of ILinkParametrization in com._1c.g5.aef2.standard.components
Constructors in com._1c.g5.aef2.standard.components with parameters of type ILinkParametrization Constructor Description LinkComponent(ILinkParametrization parameterization)
Instantiates a new link component with the given parameterization. -
Uses of ILinkParametrization in com._1c.g5.aef2.standard.parameterization
Subinterfaces of ILinkParametrization in com._1c.g5.aef2.standard.parameterization Modifier and Type Interface Description interface
IUserVisibilityParametrization
IParameterization
for userVisibility components.Classes in com._1c.g5.aef2.standard.parameterization that implement ILinkParametrization Modifier and Type Class Description class
LinkParameterization
TheILinkParametrization
basic implementation.class
UserVisibilityParameterization
TheIUserVisibilityParametrization
basic implementationFields in com._1c.g5.aef2.standard.parameterization declared as ILinkParametrization Modifier and Type Field Description static ILinkParametrization
ILinkParametrization. NULL_UNDERLINED_TEXT
The shared instance ofILinkParametrization
withnull
text and . -
Uses of ILinkParametrization in com._1c.g5.v8.dt.form.ui.aef.components
-
Uses of ILinkParametrization in com._1c.g5.v8.dt.form.ui.aef.parameterization
Subinterfaces of ILinkParametrization in com._1c.g5.v8.dt.form.ui.aef.parameterization Modifier and Type Interface Description interface
ILinkExParametrization
IParameterization
for link components with additional info (project and picture managers).Classes in com._1c.g5.v8.dt.form.ui.aef.parameterization that implement ILinkParametrization Modifier and Type Class Description class
LinkExParameterization
TheILinkParametrization
extended implementation. -
Uses of ILinkParametrization in com._1c.g5.v8.dt.form.ui.chart.aef.components
Constructors in com._1c.g5.v8.dt.form.ui.chart.aef.components with parameters of type ILinkParametrization Constructor Description OpenTimeScaleEditorByLinkComponent(ILinkParametrization parameterization)
Initializes a new instance -
Uses of ILinkParametrization in com._1c.g5.v8.dt.form.ui.properties.descriptors
Methods in com._1c.g5.v8.dt.form.ui.properties.descriptors that return ILinkParametrization Modifier and Type Method Description protected ILinkParametrization
FormAttributeDescriptor. createLinkParameterization()
-
Uses of ILinkParametrization in com._1c.g5.v8.dt.md.help.ui.aef
Constructors in com._1c.g5.v8.dt.md.help.ui.aef with parameters of type ILinkParametrization Constructor Description OpenMdHelpComponent(ILinkParametrization parameterization)
Instantiates a new link component with the given parameterization. -
Uses of ILinkParametrization in com._1c.g5.v8.dt.md.mobiledigisign.ui
Constructors in com._1c.g5.v8.dt.md.mobiledigisign.ui with parameters of type ILinkParametrization Constructor Description MobileDigiSignComponent(ILinkParametrization parameterization)
Instantiates a new mobile digi sign component. -
Uses of ILinkParametrization in com._1c.g5.v8.dt.md.ui.aef.components
Constructors in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type ILinkParametrization Constructor Description MdPictureComponent(ILinkParametrization parameterization)
Constructor.OpenEditorByLinkComponent(ILinkParametrization parameterization)
Instantiates a new link component with the given parameterization. -
Uses of ILinkParametrization in com.e1c.g5.v8.dt.check.suppress.ui.aef.components
Constructors in com.e1c.g5.v8.dt.check.suppress.ui.aef.components with parameters of type ILinkParametrization Constructor Description OpenSuppressionSettingsEditorByLinkComponent(ILinkParametrization parameterization)
Creates instance of editor by link component
-