
com.sksamuel.jqm4gwt.form.JQMFieldset 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;
import com.google.gwt.dom.client.Document;
import com.sksamuel.jqm4gwt.panel.JQMControlGroup;
/**
* @author Stephen K Samuel [email protected] 25 Jul 2011 08:53:38
*
*/
public class JQMFieldset extends JQMControlGroup {
public JQMFieldset() {
super(Document.get().createFieldSetElement(), "jqm4gwt-fieldset");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy