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

TRadioButtonList displays a list of radiobuttons on a Web page. TRadioButtonList inherits all properties and events of {@link TCheckBoxList}. Each TRadioButtonList displays one group of radiobuttons, i.e., at most one radiobutton can be selected at a time.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends TCheckBoxList
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
loadPostData ( $key, $values ) : boolean Loads user input data.
setSelectedIndices ( $indices )

보호된 메소드들

메소드 설명
createRepeatedControl ( ) : TControl Creates a control used for repetition (used as a template).
getClientClassName ( ) : string Gets the name of the javascript class responsible for performing postback for this control.
getIsMultiSelect ( ) : boolean

메소드 상세

createRepeatedControl() 보호된 메소드

Creates a control used for repetition (used as a template).
protected createRepeatedControl ( ) : TControl
리턴 TControl the control to be repeated

getClientClassName() 보호된 메소드

This method overrides the parent implementation.
protected getClientClassName ( ) : string
리턴 string the javascript class name

getIsMultiSelect() 보호된 메소드

protected getIsMultiSelect ( ) : boolean
리턴 boolean whether this control supports multiple selection. Always false for radiobutton list.

loadPostData() 공개 메소드

This method is primarly used by framework developers.
public loadPostData ( $key, $values ) : boolean
리턴 boolean whether the data of the control has been changed

setSelectedIndices() 공개 메소드

public setSelectedIndices ( $indices )