Prado\Data\ActiveRecord\Scaffold\TScaffoldView::showEditView PHP Метод

showEditView() защищенный Метод

Shows the edit record view.
protected showEditView ( $sender, $param )
    protected function showEditView($sender, $param)
    {
        $this->getListView()->setVisible(false);
        $this->getEditView()->setVisible(true);
        $this->_panForNewButton->setVisible(false);
        $this->_panForSearch->setVisible(false);
        $this->getEditView()->getCancelButton()->setVisible(true);
        $this->getEditView()->getClearButton()->setVisible(false);
    }