789101112131415
private int min; private int max; public InputRango() { this.tipoElemento= new Html5ElementRango(this); this.max=100; this.min = 0; }