[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/Web/UI/WebControls/ -> TWebControlAdapter.php (sommaire)

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

Définit 1 class

TWebControlAdapter:: (4 méthodes):
  render()
  renderBeginTag()
  renderContents()
  renderEndTag()


Classe: TWebControlAdapter  - X-Ref

TWebControlAdapter class

TWebControlAdapter is the base class for adapters that customize
rendering for the Web control to which the adapter is attached.
It may be used to modify the default markup or behavior for specific
browsers.

render($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