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

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

The newest version!
package com.sksamuel.jqm4gwt;

/**
 * @author Stephen K Samuel [email protected] 25 Jul 2011 07:19:38
 */
public interface HasDataRole {

    String getDataRole();

    void setDataRole(String value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy