com.sksamuel.jqm4gwt.HasJqmHeader 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;
import com.google.gwt.user.client.ui.Composite;
import com.sksamuel.jqm4gwt.toolbar.JQMHeader;
/**
* Composite based on JQMHeader (UiBinder template) may implement this interface by getWidget() call.
*/
public interface HasJqmHeader {
JQMHeader getJqmHeader();
Composite getHeaderStage();
}