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
Mostra file Open project: pradosoft/prado

Public Methods

Method Description
__construct ( $postBackValue ) Constructor.
getPostBackValue ( ) : string

Method Details

__construct() public method

Constructor.
public __construct ( $postBackValue )

getPostBackValue() public method

public getPostBackValue ( ) : string
return string post back value associated with the hotspot clicked