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
public interface IComboParameterization<T> extends IParameterization
IParameterization
for combo components.
-
-
Field Summary
-
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.
-
-
-
Method Detail
-
getItems
Collection<T> getItems()
Returns items for combo.- Returns:
- items.
-
-