Class ValueSelectLink<V>

    • Constructor Detail

      • ValueSelectLink

        public ValueSelectLink​(java.lang.Class<V> valueClass)
        Value class constructor.
        Parameters:
        valueClass - The class indicating the type of value held in the model.
        Throws:
        java.lang.NullPointerException - if the given value class is null.
      • ValueSelectLink

        public ValueSelectLink​(InfoModel infoModel,
                               ActionModel actionModel,
                               ValueModel<V> valueModel,
                               Enableable enableable)
        Info model, action model, value model, and enableable object constructor.
        Parameters:
        infoModel - The component info model.
        actionModel - The component action model.
        valueModel - The component value model.
        enableable - The enableable object in which to store enabled status.
        Throws:
        java.lang.NullPointerException - if the given info model, action model, and/or enableable object is null.