
com.sksamuel.jqm4gwt.HasJqmFooter 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;
import com.google.gwt.user.client.ui.Composite;
import com.sksamuel.jqm4gwt.toolbar.JQMFooter;
/**
* Composite based on JQMFooter (UiBinder template) may implement this interface by getWidget() call.
*/
public interface HasJqmFooter {
JQMFooter getJqmFooter();
Composite getFooterStage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy