$pagerCssClass $pagerCssClass : string Type string — the CSS class name for the pager container. Defaults to 'pagination'.
$pager $pager : array Type array — the configuration for the pager. Defaults to <code>array('class'=>'ext.booster.widgets.TbPager')</code>.
$cssFile $cssFile : string Type string — the URL of the CSS file used by this detail view. Defaults to false, meaning that no CSS will be included.
renderItems() renderItems() 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.