Class RadioGroupParameterization<T>
- java.lang.Object
-
- com._1c.g5.aef2.standard.parameterization.ComboParameterization<T>
-
- com._1c.g5.aef2.standard.parameterization.RadioGroupParameterization<T>
-
- All Implemented Interfaces:
IParameterization
,IComboParameterization<T>
,ILabeledParametrization
,IRadioGroupParameterization<T>
public class RadioGroupParameterization<T> extends ComboParameterization<T> implements IRadioGroupParameterization<T>
The basicIRadioGroupParameterization
implementation.
-
-
Field Summary
-
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
NULL_LABEL
-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Constructor Summary
Constructors Constructor Description RadioGroupParameterization(String label, Collection<T> items)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Returns the label.-
Methods inherited from class com._1c.g5.aef2.standard.parameterization.ComboParameterization
getItems
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.IComboParameterization
getItems
-
-
-
-
Constructor Detail
-
RadioGroupParameterization
public RadioGroupParameterization(String label, Collection<T> items)
Creates a new instance.- Parameters:
items
-
-
-
Method Detail
-
getLabel
public String getLabel()
Description copied from interface:ILabeledParametrization
Returns the label.- Specified by:
getLabel
in interfaceILabeledParametrization
- Returns:
- the label.
-
-