Interface IPostBackDataHandler
IPostBackDataHandler interface
If a control wants to load post data, it must implement this interface.
Direct known implementers
TAccordion, TCheckBox, TTextBox, TCheckBoxList, TDropDownList, TFileUpload, THiddenField, TImageButton, TListBox, TSlider, TTabPanelIndirect known implementers
TActiveCheckBox, TActiveCheckBoxList, TActiveRatingList, TActiveTextBox, TAutoComplete, TColorPicker, TDatePicker, THtmlArea, THtmlArea4, TInPlaceTextBox, TRadioButton, TRadioButtonList, TActiveDatePicker, TRatingList, TActiveDropDownList, TActiveFileUpload, TActiveHiddenField, TActiveImageButton, TActiveListBox, TActiveRadioButton, TActiveRadioButtonList
Package: System\Web\UI
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/TControl.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/TControl.php
public
boolean
|
#
loadPostData( string $key, array $values )
Loads user input data. The implementation of this function can use $values[$key] to get the user input data that are meant for the particular control. |
public
|
#
raisePostDataChangedEvent( )
Raises postdata changed event. The implementation of this function should raise appropriate event(s) (e.g. OnTextChanged) indicating the control data is changed. |
public
boolean
|