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());
    }