PHP Interface Prado\Web\UI\IPostBackEventHandler

If a control wants to respond to postback event, it must implement this interface.
Since: 3.0
Author: Qiang Xue ([email protected])
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
raisePostBackEvent ( $param ) Raises postback event.

Method Details

raisePostBackEvent() public méthode

The implementation of this function should raise appropriate event(s) (e.g. OnClick, OnCommand) indicating the component is responsible for the postback event.
public raisePostBackEvent ( $param )