All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2024 Weber Informatics LLC | Privacy Policy