/** 
 * @fileoverview This file is to be used for com.joyistar.ui.Panel class of AJAX Dev Library
 * @author 
 * @version 1.0 
 */
$package("com.joyistar.ui");

com.joyistar.ui.IconListItemRenderer = function (owner){
	this.owner = owner;
}

com.joyistar.ui.IconListItemRenderer.prototype = new js.ui.list.IconListItemRenderer();


