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-standalone Show documentation
Show all versions of jqm4gwt-standalone Show documentation
jqm4gwt bundled with all of its dependencies
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");
}
}