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 ButtonComponent
ContainerComponent. button(ILabeledParametrization parametrization)
Creates a newButtonComponent
and adds it to this component.CheckBoxComponent
ContainerComponent. checkBox(IValue<Boolean> value, ILabeledParametrization parameterization)
Creates a newCheckBoxComponent
, sets the given model and adds it to this component.FieldComponent
ContainerComponent. field(ILabeledParametrization parametrization)
Creates a newFieldComponent
and adds it to this component.LabelComponent
ContainerComponent. label(ILabeledParametrization parametrization)
Creates a newLabelComponent
and 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 interface
ISectionDefinitionParameterization
TheISectionParameterization
implementation for section definition component.Classes in com._1c.g5.aef2.standard.definitions.parameterization that implement ILabeledParametrization Modifier and Type Class Description class
SectionDefinitionParameterization
TheISectionDefinitionParameterization
implementation. -
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 interface
IComboLabeledParameterization<T>
IParameterization
for combo label components.interface
IRadioGroupParameterization<T>
interface
ISectionParameterization
IParameterization
for section component.Classes in com._1c.g5.aef2.standard.parameterization that implement ILabeledParametrization Modifier and Type Class Description class
ComboLabeledParameterization<T>
IComboParameterization
implementation.class
LabeledParameterization
BasicILabeledParametrization
implementation.class
RadioGroupParameterization<T>
The basicIRadioGroupParameterization
implementation.class
SectionParametrization
The basicISectionParameterization
implementation.Fields in com._1c.g5.aef2.standard.parameterization declared as ILabeledParametrization Modifier and Type Field Description static ILabeledParametrization
ILabeledParametrization. NULL_LABEL
The shared instance ofILabeledParametrization
withnull
label. -
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 interface
IEnumRadioGroupParameterization
Classes in com._1c.g5.v8.dt.ui.aef.component that implement ILabeledParametrization Modifier and Type Class Description class
EnumRadioGroupParameterization
The basicIEnumRadioGroupParameterization
implementation.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 class
DuallyNamedSectionParameterization
TheSectionDefinitionParameterization
with 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 interface
IDtGranularEditorPageSectionParameterization
The parameterization forDtGranularEditorPageSectionComponent
.Classes in com._1c.g5.v8.dt.ui.editor.aef.parameterization that implement ILabeledParametrization Modifier and Type Class Description class
DtGranularEditorPageSectionParameterization
TheIDtGranularEditorPageSectionParameterization
implementation.
-