';
}
else
$this->widget($class,$pager);
}
/**
* Registers necessary client scripts.
* This method is invoked by {@link run}.
* Child classes may override this method to register customized client scripts.
*/
public function registerClientScript()
{
}
/**
* Renders the data items for the view.
* Each item is corresponding to a single data model instance.
* Child classes should override this method to provide the actual item rendering logic.
*/
abstract public function renderItems();
}