Prado\Data\ActiveRecord\Scaffold\TScaffoldView::showListView PHP Method

showListView() protected method

Shows the view for listing the records.
protected showListView ( $sender, $param )
    protected function showListView($sender, $param)
    {
        $this->getListView()->setVisible(true);
        $this->getEditView()->setVisible(false);
        $this->_panForNewButton->setVisible(true);
        $this->_panForSearch->setVisible(true);
    }