Interface IScaffoldEditRenderer
IScaffoldEditRenderer interface.
IScaffoldEditRenderer defines the interface that an edit renderer needs to implement. Besides the getData Data property, an edit renderer also needs to provide updateRecord updateRecord method that is called before the save() method is called on the TActiveRecord.
- IScaffoldEditRenderer implements IDataRenderer
Package: System\Data\ActiveRecord\Scaffold
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/ActiveRecord/Scaffold/TScaffoldEditView.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/ActiveRecord/Scaffold/TScaffoldEditView.php
public
|
#
updateRecord(
This method should update the record with the user input data. |
getData(),
setData()
|