PHP Class Prado\Web\UI\ActiveControls\TTriggeredCallback

Base class for triggered callback controls. The {@link setControlID ControlID} property sets the control ID to observe the trigger.
Since: 3.1
Inheritance: extends TCallback
Mostra file Open project: pradosoft/prado Class Usage Examples

Public Methods

Method Description
getControlID ( ) : string
setControlID ( $value )

Protected Methods

Method Description
getTargetControl ( ) : string
getTriggerOptions ( ) : array

Method Details

getControlID() public method

public getControlID ( ) : string
return string The ID of the server control the trigger is bounded to.

getTargetControl() protected method

protected getTargetControl ( ) : string
return string target control client ID or html element ID if control is not found in hierarchy.

getTriggerOptions() protected method

protected getTriggerOptions ( ) : array
return array list of trigger callback options.

setControlID() public method

public setControlID ( $value )