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

com.sksamuel.jqm4gwt.events.HasJQMHandlers Maven / Gradle / Ivy

package com.sksamuel.jqm4gwt.events;

import com.google.gwt.event.shared.HasHandlers;

/**
 * A widget that implements this interface provides registration for
 * some JQM generated event handlers.

* * Tagging interface helpful for registering event handlers correctly in more complex Components such as the JQMToolbar. * * @author Andrei Costescu [email protected] 31 Oct 2013 */ public interface HasJQMHandlers extends HasHandlers { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy