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
Datei anzeigen Open project: pradosoft/prado

Public Methods

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

Method Details

__construct() public method

public __construct ( $dropParams )

geOffsetY() public method

public geOffsetY ( )

getAltKey() public method

public getAltKey ( )

getClientX() public method

public getClientX ( )

getClientY() public method

public getClientY ( )

getCtrlKey() public method

public getCtrlKey ( )

getDragElementId() public method

public getDragElementId ( )

getDroppedControl() public method

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

getOffsetX() public method

public getOffsetX ( )

getScreenX() public method

public getScreenX ( )

getScreenY() public method

public getScreenY ( )

getShiftKey() public method

public getShiftKey ( )