PHP 인터페이스 Prado\Web\UI\WebControls\IListControlAdapter

부터: 3.0
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
clearSelection ( ) Clears all existing selections on the client side.
setSelectedIndex ( $index ) Selects an item based on zero-base index on the client side.
setSelectedIndices ( $indices ) Selects a list of item based on zero-base indices on the client side.
setSelectedValue ( $value ) Sets selection by item value on the client side.
setSelectedValues ( $values ) Sets selection by a list of item values on the client side.

메소드 상세

clearSelection() 공개 메소드

Clears all existing selections on the client side.
public clearSelection ( )

setSelectedIndex() 공개 메소드

Selects an item based on zero-base index on the client side.
public setSelectedIndex ( $index )

setSelectedIndices() 공개 메소드

Selects a list of item based on zero-base indices on the client side.
public setSelectedIndices ( $indices )

setSelectedValue() 공개 메소드

Sets selection by item value on the client side.
public setSelectedValue ( $value )

setSelectedValues() 공개 메소드

Sets selection by a list of item values on the client side.
public setSelectedValues ( $values )