![JAR search and dependency download from the Maven repository](/logo.png)
com.sksamuel.jqm4gwt.HasNative Maven / Gradle / Ivy
package com.sksamuel.jqm4gwt;
/**
* @author Stephen K Samuel [email protected] 5 May 2011 10:59:06
*
* Interface for classes that enable switching between native and jqm rendering modes.
*/
public interface HasNative {
boolean isNative();
void setNative(boolean b);
T withNative(boolean b);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy