Class \Prado\Web\UI\TControlAdapter
TControlAdapter is the base class for adapters that customize various behaviors for the control to which the adapter is attached.
Class hierarchy
Author: Qiang Xue <qiang.xue@gmail.com>Since: 3.0
public
|
|
public
|
createChildControls() : mixed
Creates child controls for the attached control.
Default implementation calls the attached control's corresponding method. |
public
|
|
public
|
|
public
|
loadState() : mixed
Loads additional persistent control state.
Default implementation calls the attached control's corresponding method. |
public
|
onInit(TEventParameter $param) : mixed
This method is invoked when the control enters 'OnInit' stage.
Default implementation calls the attached control's corresponding method. |
public
|
onLoad(TEventParameter $param) : mixed
This method is invoked when the control enters 'OnLoad' stage.
Default implementation calls the attached control's corresponding method. |
public
|
onPreRender(TEventParameter $param) : mixed
This method is invoked when the control enters 'OnPreRender' stage.
Default implementation calls the attached control's corresponding method. |
public
|
onUnload(TEventParameter $param) : mixed
This method is invoked when the control enters 'OnUnload' stage.
Default implementation calls the attached control's corresponding method. |
public
|
render(THtmlWriter $writer) : mixed
This method is invoked when the control renders itself.
Default implementation calls the attached control's corresponding method. |
public
|
renderChildren(THtmlWriter $writer) : mixed
Renders the control's children.
Default implementation calls the attached control's corresponding method. |
public
|
saveState() : mixed
Saves additional persistent control state.
Default implementation calls the attached control's corresponding method. |
\Prado\TApplicationComponent::FX_CACHE_FILE, \Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |