Interface IComboParameterization<T>
- Type Parameters:
T
- the type of the combo objects.
- All Superinterfaces:
IParameterization
- All Known Subinterfaces:
IRadioGroupParameterization<T>
- All Known Implementing Classes:
ComboParameterization
,RadioGroupParameterization
IParameterization
for combo components.-
Field Summary
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Method Summary
-
Method Details
-
getItems
Collection<T> getItems()Returns items for combo.- Returns:
- items.
-