Uses of Interface
com._1c.g5.aef2.standard.parameterization.ISectionParameterization
-
-
Uses of ISectionParameterization in com._1c.g5.aef2.standard.components
Constructors in com._1c.g5.aef2.standard.components with parameters of type ISectionParameterization Constructor Description SectionComponent(ISectionParameterization parameterization)
Creates a new section component instance. -
Uses of ISectionParameterization in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return ISectionParameterization Modifier and Type Method Description ISectionParameterization
SectionDefinition. getParametrization()
-
Uses of ISectionParameterization in com._1c.g5.aef2.standard.definitions.parameterization
Subinterfaces of ISectionParameterization in com._1c.g5.aef2.standard.definitions.parameterization Modifier and Type Interface Description interface
ISectionDefinitionParameterization
TheISectionParameterization
implementation for section definition component.Classes in com._1c.g5.aef2.standard.definitions.parameterization that implement ISectionParameterization Modifier and Type Class Description class
SectionDefinitionParameterization
TheISectionDefinitionParameterization
implementation. -
Uses of ISectionParameterization in com._1c.g5.aef2.standard.parameterization
Classes in com._1c.g5.aef2.standard.parameterization that implement ISectionParameterization Modifier and Type Class Description class
SectionParametrization
The basicISectionParameterization
implementation. -
Uses of ISectionParameterization in com._1c.g5.v8.dt.ui.aef.parameterization
Classes in com._1c.g5.v8.dt.ui.aef.parameterization that implement ISectionParameterization Modifier and Type Class Description class
DuallyNamedSectionParameterization
TheSectionDefinitionParameterization
with an opportunity to use feature names as labels for elements. -
Uses of ISectionParameterization in com._1c.g5.v8.dt.ui.editor.aef.parameterization
Subinterfaces of ISectionParameterization in com._1c.g5.v8.dt.ui.editor.aef.parameterization Modifier and Type Interface Description interface
IDtGranularEditorPageSectionParameterization
The parameterization forDtGranularEditorPageSectionComponent
.Classes in com._1c.g5.v8.dt.ui.editor.aef.parameterization that implement ISectionParameterization Modifier and Type Class Description class
DtGranularEditorPageSectionParameterization
TheIDtGranularEditorPageSectionParameterization
implementation.
-