Uses of Interface
com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
-
-
Uses of ILabeledParametrization in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components with parameters of type ILabeledParametrization Modifier and Type Method Description ButtonComponentContainerComponent. button(ILabeledParametrization parametrization)Creates a newButtonComponentand adds it to this component.CheckBoxComponentContainerComponent. checkBox(IValue<Boolean> value, ILabeledParametrization parameterization)Creates a newCheckBoxComponent, sets the given model and adds it to this component.FieldComponentContainerComponent. field(ILabeledParametrization parametrization)Creates a newFieldComponentand adds it to this component.LabelComponentContainerComponent. label(ILabeledParametrization parametrization)Creates a newLabelComponentand adds it to this component.Constructors in com._1c.g5.aef2.standard.components with parameters of type ILabeledParametrization Constructor Description ButtonComponent(ILabeledParametrization parameterization)Instantiates a new component with the given parameterization.CheckableLabelComponent(ILabeledParametrization parametrization)Constructor ofCheckableLabelComponent.CheckBoxComponent(ILabeledParametrization parameterization)Create a new instance with the given parameterization.FieldComponent(ILabeledParametrization parametrization)Instantiates a new field component.LabelComponent(ILabeledParametrization parameterization)Instantiates a new label component with the given parameterization. -
Uses of ILabeledParametrization in com._1c.g5.aef2.standard.definitions.parameterization
Subinterfaces of ILabeledParametrization in com._1c.g5.aef2.standard.definitions.parameterization Modifier and Type Interface Description interfaceISectionDefinitionParameterizationTheISectionParameterizationimplementation for section definition component.Classes in com._1c.g5.aef2.standard.definitions.parameterization that implement ILabeledParametrization Modifier and Type Class Description classSectionDefinitionParameterizationTheISectionDefinitionParameterizationimplementation. -
Uses of ILabeledParametrization in com._1c.g5.aef2.standard.parameterization
Subinterfaces of ILabeledParametrization in com._1c.g5.aef2.standard.parameterization Modifier and Type Interface Description interfaceIComboLabeledParameterization<T>IParameterizationfor combo label components.interfaceIRadioGroupParameterization<T>interfaceISectionParameterizationIParameterizationfor section component.Classes in com._1c.g5.aef2.standard.parameterization that implement ILabeledParametrization Modifier and Type Class Description classComboLabeledParameterization<T>IComboParameterizationimplementation.classLabeledParameterizationBasicILabeledParametrizationimplementation.classRadioGroupParameterization<T>The basicIRadioGroupParameterizationimplementation.classSectionParametrizationThe basicISectionParameterizationimplementation.Fields in com._1c.g5.aef2.standard.parameterization declared as ILabeledParametrization Modifier and Type Field Description static ILabeledParametrizationILabeledParametrization. NULL_LABELThe shared instance ofILabeledParametrizationwithnulllabel. -
Uses of ILabeledParametrization in com._1c.g5.v8.dt.md.ui.extension.aef.components
Constructors in com._1c.g5.v8.dt.md.ui.extension.aef.components with parameters of type ILabeledParametrization Constructor Description ExtendedFieldComponent(ILabeledParametrization parametrization, MdPropertyType type)Instantiates a new field component.ExtendedFieldComponent(ILabeledParametrization parametrization, List<MdPropertyType> types)Instantiates a new field component. -
Uses of ILabeledParametrization in com._1c.g5.v8.dt.ui.aef.component
Subinterfaces of ILabeledParametrization in com._1c.g5.v8.dt.ui.aef.component Modifier and Type Interface Description interfaceIEnumRadioGroupParameterizationClasses in com._1c.g5.v8.dt.ui.aef.component that implement ILabeledParametrization Modifier and Type Class Description classEnumRadioGroupParameterizationThe basicIEnumRadioGroupParameterizationimplementation.Constructors in com._1c.g5.v8.dt.ui.aef.component with parameters of type ILabeledParametrization Constructor Description DtMappedCheckboxComponent(ILabeledParametrization parameterization)Creates a new instance with parameterization.UnsettablePropertyFieldComponent(ILabeledParametrization parametrization)Instantiates a new field component. -
Uses of ILabeledParametrization in com._1c.g5.v8.dt.ui.aef.parameterization
Classes in com._1c.g5.v8.dt.ui.aef.parameterization that implement ILabeledParametrization Modifier and Type Class Description classDuallyNamedSectionParameterizationTheSectionDefinitionParameterizationwith an opportunity to use feature names as labels for elements. -
Uses of ILabeledParametrization in com._1c.g5.v8.dt.ui.editor.aef.parameterization
Subinterfaces of ILabeledParametrization in com._1c.g5.v8.dt.ui.editor.aef.parameterization Modifier and Type Interface Description interfaceIDtGranularEditorPageSectionParameterizationThe parameterization forDtGranularEditorPageSectionComponent.Classes in com._1c.g5.v8.dt.ui.editor.aef.parameterization that implement ILabeledParametrization Modifier and Type Class Description classDtGranularEditorPageSectionParameterizationTheIDtGranularEditorPageSectionParameterizationimplementation.
-