PHP Class Prado\Web\UI\WebControls\TImageMapEventParameter

TImageMapEventParameter represents a postback event parameter when a hotspot is clicked and posts back in a {@link TImageMap}. To retrieve the post back value associated with the hotspot being clicked, access {@link getPostBackValue PostBackValue}.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEventParameter
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( $postBackValue ) Constructor.
getPostBackValue ( ) : string

Method Details

__construct() public méthode

Constructor.
public __construct ( $postBackValue )

getPostBackValue() public méthode

public getPostBackValue ( ) : string
Résultat string post back value associated with the hotspot clicked