567891011
import utn.frsf.gabinete.fw.generator.html.Html5FormElement; public class InputTexto extends Input{ public InputTexto() { this.tipoElemento= new Html5ElementText(this); }