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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>
getItems()
Returns items for combo.-
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
getLabel
-
-
-
-
Method Detail
-
getItems
Collection<T> getItems()
Returns items for combo.- Returns:
- items.
-
-