Method | Description | |
---|---|---|
__construct ( Prado\Web\UI\ActiveControls\IActiveControl $control, $baseCallbackClass = null ) | Constructor. | |
getBaseActiveControl ( ) : |
||
getStateTracker ( ) : |
||
onLoad ( $param ) | Starts viewstate tracking if necessary after when controls has been loaded | |
onPreRender ( $param ) | Publish the ajax script | |
render ( $writer ) | Renders the callback client scripts. | |
saveState ( ) | Saves additional persistent control state. Respond to viewstate changes if necessary. | |
setBaseActiveControl ( $control ) | ||
setStateTracker ( $value ) |
Method | Description | |
---|---|---|
getIsTrackingPageState ( ) : boolean | ||
setBaseControlClass ( $type ) |
public __construct ( Prado\Web\UI\ActiveControls\IActiveControl $control, $baseCallbackClass = null ) | ||
$control | Prado\Web\UI\ActiveControls\IActiveControl |
public getBaseActiveControl ( ) : |
||
return | Common active control options. |
protected getIsTrackingPageState ( ) : boolean | ||
return | boolean | true if the viewstate needs to be tracked. |
public getStateTracker ( ) : |
||
return | state tracker. |
public onLoad ( $param ) |
public saveState ( ) |