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

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

There is a newer version: 1.4.7
Show newest version
package com.sksamuel.jqm4gwt;

/**
 * @author Stephen K Samuel [email protected] 11 Jul 2011 22:05:22
 *         

* Widgets implementing this interface had a user definable id */ public interface HasId { /** * Returns the currently set ID */ String getId(); /** * Change the ID to the given value */ T setId(String id); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy