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.
  • Method Details

    • getItems

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