Prado\Web\UI\JuiControls\TJuiControlAdapter::loadState PHP Метод

loadState() публичный Метод

Calls the parent implementation first and sets the parent control for the {@link TJuiControlOptions} again afterwards since it was not serialized in viewstate.
public loadState ( )
    public function loadState()
    {
        parent::loadState();
        $this->getControl()->getOptions()->setControl($this->getControl());
    }