PHP Interface Prado\Web\UI\WebControls\IListControlAdapter

Since: 3.0
Exibir arquivo Open project: pradosoft/prado

Public Methods

Method Description
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.

Method Details

clearSelection() public method

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

setSelectedIndex() public method

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

setSelectedIndices() public method

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

setSelectedValue() public method

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

setSelectedValues() public method

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