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 basic
IRadioGroupParameterization
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
ConstructorsConstructorDescriptionRadioGroupParameterization
(String label, Collection<T> items) Creates a new instance. -
Method Summary
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 Details
-
RadioGroupParameterization
Creates a new instance.- Parameters:
items
-
-
-
Method Details
-
getLabel
Description copied from interface:ILabeledParametrization
Returns the label.- Specified by:
getLabel
in interfaceILabeledParametrization
- Returns:
- the label.
-