[ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
TWebControlAdapter class file.
Author: | Qiang Xue <qiang.xue@gmail.com> |
Copyright: | Copyright © 2005 PradoSoft |
License: | http://www.pradosoft.com/license/ |
Version: | $Id: TWebControlAdapter.php 1397 2006-09-07 07:55:53Z wei $ |
Poids: | 72 lignes (2 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
TWebControlAdapter:: (4 méthodes):
render()
renderBeginTag()
renderContents()
renderEndTag()
Classe: TWebControlAdapter - X-Ref
TWebControlAdapter classrender($writer) X-Ref |
Renders the control to which the adapter is attached. It calls {@link renderBeginTag}, {@link renderContents} and {@link renderEndTag} in order. param: THtmlWriter writer for the rendering purpose |
renderBeginTag($writer) X-Ref |
Renders the openning tag for the attached control. Default implementation calls the attached control's corresponding method. param: THtmlWriter writer for the rendering purpose |
renderContents($writer) X-Ref |
Renders the body contents within the attached control tag. Default implementation calls the attached control's corresponding method. param: THtmlWriter writer for the rendering purpose |
renderEndTag($writer) X-Ref |
Renders the closing tag for the attached control. Default implementation calls the attached control's corresponding method. param: THtmlWriter writer for the rendering purpose |
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |