Class TControlAdapter
TControlAdapter class
TControlAdapter is the base class for adapters that customize various behaviors for the control to which the adapter is attached.
- TComponent
-
TApplicationComponent
-
TControlAdapter
Indirect known subclasses
TActiveListControlAdapterCopyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/TControlAdapter.php
public
|
|
public
|
|
public
|
|
public
|
#
createChildControls( )
Creates child controls for the attached control. Default implementation calls the attached control's corresponding method. |
public
|
#
loadState( )
Loads additional persistent control state. Default implementation calls the attached control's corresponding method. |
public
|
#
saveState( )
Saves additional persistent control state. Default implementation calls the attached control's corresponding method. |
public
|
#
onInit(
This method is invoked when the control enters 'OnInit' stage. Default implementation calls the attached control's corresponding method. |
public
|
#
onLoad(
This method is invoked when the control enters 'OnLoad' stage. Default implementation calls the attached control's corresponding method. |
public
|
#
onPreRender(
This method is invoked when the control enters 'OnPreRender' stage. Default implementation calls the attached control's corresponding method. |
public
|
#
onUnload(
This method is invoked when the control enters 'OnUnload' stage. Default implementation calls the attached control's corresponding method. |
public
|
#
render(
This method is invoked when the control renders itself. Default implementation calls the attached control's corresponding method. |
public
|
#
renderChildren(
Renders the control's children. Default implementation calls the attached control's corresponding method. |
getApplication(),
getRequest(),
getResponse(),
getService(),
getSession(),
getUser(),
publishAsset(),
publishFilePath()
|
GLOBAL_RAISE_EVENT_LISTENER
|
protected
|
$_control |
|
#
the control to which the adapter is attached |