Class ComboLabeledParameterization<T>
java.lang.Object
com._1c.g5.aef2.standard.parameterization.ComboLabeledParameterization<T>
- Type Parameters:
T- the type of the combo labeled objects.
- All Implemented Interfaces:
IParameterization,IComboLabeledParameterization<T>,ILabeledParametrization
public class ComboLabeledParameterization<T>
extends Object
implements IComboLabeledParameterization<T>
IComboParameterization 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
ConstructorsConstructorDescriptionComboLabeledParameterization(String label, Collection<T> items) Creates a new instance. -
Method Summary
-
Constructor Details
-
ComboLabeledParameterization
Creates a new instance.- Parameters:
label- label of the special combo, cannot benullitems- the items in combo, cannot benull
-
-
Method Details
-
getLabel
Description copied from interface:ILabeledParametrizationReturns the label.- Specified by:
getLabelin interfaceILabeledParametrization- Returns:
- the label.
-
getItems
Description copied from interface:IComboLabeledParameterizationReturns items for combo.- Specified by:
getItemsin interfaceIComboLabeledParameterization<T>- Returns:
- items.
-