if(typeof(this.type) !== 'undefined') {
            ctx.fillText(UIServices.getFieldType(this.type), this.x+this.width-ctx.measureText(this.type).width-4, this.y+12);
        }