value: function(a, value) {
        if (arguments.length > 1) {
            this.setModelValue(value);
        }
        return this.getModelValue();