Interface IUpdatableControl<V>

    • Method Detail

      • updateControl

        void updateControl​(V value)
        Sets control's value to the given one. Shall NOT do anything when the given value is equal to the one that control holds
        Parameters:
        value - The value to be set, can be null