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
Afficher le fichier Open project: pradosoft/prado Class Usage Examples

Méthodes publiques

Méthode Description
getControlID ( ) : string
setControlID ( $value )

Méthodes protégées

Méthode Description
getTargetControl ( ) : string
getTriggerOptions ( ) : array

Method Details

getControlID() public méthode

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

getTargetControl() protected méthode

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

getTriggerOptions() protected méthode

protected getTriggerOptions ( ) : array
Résultat array list of trigger callback options.

setControlID() public méthode

public setControlID ( $value )