Prado\Web\UI\WebControls\TMultiView::loadState PHP Method

loadState() public method

This method is invoked by the framework when the control state is being saved.
public loadState ( )
    public function loadState()
    {
        // a dummy call to ensure the view is activated
        $this->getActiveView();
    }