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_LABEL
Fields 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 benull
items
- the items in combo, cannot benull
-
-
Method Details
-
getLabel
Description copied from interface:ILabeledParametrization
Returns the label.- Specified by:
getLabel
in interfaceILabeledParametrization
- Returns:
- the label.
-
getItems
Description copied from interface:IComboLabeledParameterization
Returns items for combo.- Specified by:
getItems
in interfaceIComboLabeledParameterization<T>
- Returns:
- items.
-