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

com.sksamuel.jqm4gwt.HasPreventFocusZoom Maven / Gradle / Ivy

package com.sksamuel.jqm4gwt;

/**
 * @author Stephen K Samuel [email protected] 6 Sep 2012 00:36:21
 *
 */
public interface HasPreventFocusZoom {

	boolean isPreventFocusZoom();

	void setPreventFocusZoom(boolean b);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy