
com.sksamuel.jqm4gwt.form.elements.JQMFile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqm4gwt-library Show documentation
Show all versions of jqm4gwt-library Show documentation
Library providing the GWT Wrapper for the JQuery Mobile Framework
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 - 2025 Weber Informatics LLC | Privacy Policy