Class ComboComponent<T>

    • Constructor Detail

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