All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.jqm4gwt.form.elements.JQMFile Maven / Gradle / Ivy

The newest version!
package com.sksamuel.jqm4gwt.form.elements;

public class JQMFile extends JQMText {

    public JQMFile() {
        this(null);
    }

    public JQMFile(String text) {
        super(text);
        setType("file");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy