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_LABELFields 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
getItemsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ILabeledParametrizationReturns the label.- Specified by:
getLabelin interfaceILabeledParametrization- Returns:
- the label.
-