![JAR search and dependency download from the Maven repository](/logo.png)
com.sencha.gxt.data.shared.IconProvider Maven / Gradle / Ivy
package com.sencha.gxt.data.shared;
import com.google.gwt.resources.client.ImageResource;
/**
* Provides a icon for the given object.
*
* @param the target object type
*/
public interface IconProvider {
/**
* Returns the icon for the given model.
*
* @param model the target model
* @return the icon
*/
ImageResource getIcon(M model);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy