PHP 클래스 Prado\Web\UI\ActiveControls\TTriggeredCallback

Base class for triggered callback controls. The {@link setControlID ControlID} property sets the control ID to observe the trigger.
부터: 3.1
상속: extends TCallback
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
getControlID ( ) : string
setControlID ( $value )

보호된 메소드들

메소드 설명
getTargetControl ( ) : string
getTriggerOptions ( ) : array

메소드 상세

getControlID() 공개 메소드

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

getTargetControl() 보호된 메소드

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

getTriggerOptions() 보호된 메소드

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

setControlID() 공개 메소드

public setControlID ( $value )