Interface \Prado\Web\UI\WebControls\IListControlAdapter
IListControlAdapter interface
Namespace: \Prado\Web\UI\WebControlsAuthor: Wei Zhuo <weizhuo[at]gmail[dot]com>
Since: 3.0
public
|
|
public
|
|
public
|
setSelectedIndices(array<string|int, mixed> $indices) : mixed
Selects a list of item based on zero-base indices on the client side.
|
public
|
|
public
|
setSelectedValues(array<string|int, mixed> $values) : mixed
Sets selection by a list of item values on the client side.
|
|