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

    Modifier and Type
    Method
    Description
    Returns items for combo.
  • Method Details

    • getItems

      Collection<T> getItems()
      Returns items for combo.
      Returns:
      items.