PHP Class Prado\Web\UI\ActiveControls\TDropContainerEventParameter

TDropContainerEventParameter encapsulate the parameter data for OnDrop event of TDropContainer components
Author: Christophe BOULAIN ([email protected])
Inheritance: extends Prado\TEventParameter
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( $dropParams )
geOffsetY ( )
getAltKey ( )
getClientX ( )
getClientY ( )
getCtrlKey ( )
getDragElementId ( )
getDroppedControl ( ) : TControl GetDroppedControl
getOffsetX ( )
getScreenX ( )
getScreenY ( )
getShiftKey ( )

Method Details

__construct() public méthode

public __construct ( $dropParams )

geOffsetY() public méthode

public geOffsetY ( )

getAltKey() public méthode

public getAltKey ( )

getClientX() public méthode

public getClientX ( )

getClientY() public méthode

public getClientY ( )

getCtrlKey() public méthode

public getCtrlKey ( )

getDragElementId() public méthode

public getDragElementId ( )

getDroppedControl() public méthode

Compatibility method to get the dropped control
public getDroppedControl ( ) : TControl
Résultat Prado\Web\UI\TControl dropped control, or null if not found

getOffsetX() public méthode

public getOffsetX ( )

getScreenX() public méthode

public getScreenX ( )

getScreenY() public méthode

public getScreenY ( )

getShiftKey() public méthode

public getShiftKey ( )