Interface IComboLabeledParameterization<T>
- Type Parameters:
T
- the type of the combo label objects.
- All Superinterfaces:
ILabeledParametrization
,IParameterization
- All Known Implementing Classes:
ComboLabeledParameterization
public interface IComboLabeledParameterization<T>
extends IParameterization, ILabeledParametrization
IParameterization
for combo label components.-
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
-
Method Summary
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
getLabel
-
Method Details
-
getItems
Collection<T> getItems()Returns items for combo.- Returns:
- items.
-