Prado\Web\UI\ActiveControls\TActiveListItemCollection::canUpdateClientSide PHP 메소드

canUpdateClientSide() 보호된 메소드

protected canUpdateClientSide ( ) : boolean
리턴 boolean true if active controls can update client-side and the onLoad event has already been raised.
    protected function canUpdateClientSide()
    {
        return $this->getControl()->getActiveControl()->canUpdateClientSide() && $this->getControl()->getHasLoaded();
    }