com.sksamuel.jqm4gwt.HasDataRole Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jqm4gwt-standalone Show documentation
Show all versions of jqm4gwt-standalone Show documentation
jqm4gwt bundled with all of its dependencies
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);
}