System
[ class tree: System ] [ index: System ] [ all elements ]

Class: IPostBackDataHandler

Source Location: /classes.php

Interface Overview


IPostBackDataHandler interface

Class Details

[line 168]
IPostBackDataHandler interface

If a controls wants to load post data, it must implement IPostBackDataHandler.




version:  v1.0, last update on 2004/08/13 21:44:52
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


method getValidationPropertyValue [line 188]

void getValidationPropertyValue( )

Returns the value of the property to be validated.



access:  public


[ Top ]

method loadPostData [line 178]

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.




return:  whether the data of the control has been changed
access:  public


Parameters:

string   $key   the key that can be used to retrieve data from the input data collection
array   &$values   the input data collection

[ Top ]

method raisePostDataChangedEvent [line 184]

void raisePostDataChangedEvent( )

Raises postdata changed event.

The implementation of this function should raise appropriate event(s) (e.g. OnTextChanged) indicating the control data is changed.




access:  public


[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.