PHP 클래스 Prado\Web\UI\WebControls\TImageMapEventParameter

TImageMapEventParameter represents a postback event parameter when a hotspot is clicked and posts back in a {@link TImageMap}. To retrieve the post back value associated with the hotspot being clicked, access {@link getPostBackValue PostBackValue}.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\TEventParameter
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__construct ( $postBackValue ) Constructor.
getPostBackValue ( ) : string

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $postBackValue )

getPostBackValue() 공개 메소드

public getPostBackValue ( ) : string
리턴 string post back value associated with the hotspot clicked