PHP Class Prado\Web\UI\WebControls\TImageClickEventParameter

TImageClickEventParameter encapsulates the parameter data for {@link TImageButton::onClick Click} event of {@link TImageButton} controls.
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 ( $x, $y ) Constructor.
getX ( ) : integer
getY ( ) : integer
setX ( $value )
setY ( $value )

Method Details

__construct() public méthode

Constructor.
public __construct ( $x, $y )

getX() public méthode

public getX ( ) : integer
Résultat integer X coordinate of the clicking point, defaults to 0

getY() public méthode

public getY ( ) : integer
Résultat integer Y coordinate of the clicking point, defaults to 0

setX() public méthode

public setX ( $value )

setY() public méthode

public setY ( $value )