Class \Prado\Web\UI\ActiveControls\TActiveListControlAdapter
TActiveListControlAdapter class.
Adapts the list controls to allows the selections on the client-side to be altered during callback response.
Class hierarchy
- \Prado\Web\UI\ActiveControls\TActiveListControlAdapter implements IListControlAdapter
- \Prado\Web\UI\ActiveControls\TActiveControlAdapter
- \Prado\Web\UI\TControlAdapter
- \Prado\TApplicationComponent
- \Prado\TComponent
Since: 3.1
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.
|
public
|
|
protected
|
\Prado\TApplicationComponent::FX_CACHE_FILE, \Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |