Class ComboComponent<T>

All Implemented Interfaces:
IComponent<IValue<T>>, IEventChannel

public class ComboComponent<T> extends AbstractControlComponent<IValue<T>,IComboParameterization<T>,ComboViewModel>
The combo component.
  • Constructor Details

    • ComboComponent

      public ComboComponent(IComboParameterization<T> parameterization)
      Creates a new combo component with the given parameterization.
      Parameters:
      parameterization - the parameterization
    • ComboComponent

      public ComboComponent(Collection<T> items)
      Creates a new combo component.
      Parameters:
      items - the collection of items that are potential values of the combo.
  • Method Details