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

com.sencha.gxt.data.shared.IconProvider Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
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