getRightPosition: function(leftIndex) {
        this.ensureBuilt();
        return this.rights[leftIndex] - this.origin.left;
    },