Class \Prado\Web\UI\JuiControls\TJuiAutoCompleteEventParameter
TJuiAutoCompleteEventParameter contains the {@see getToken Token} requested by
the user for a partial match of the suggestions.
The \Prado\Web\UI\JuiControls\getSelectedIndex is a zero-based index of the suggestion selected by the user, -1 if not suggestion is selected.
Class hierarchy
- \Prado\Web\UI\JuiControls\TJuiAutoCompleteEventParameter
- \Prado\Web\UI\ActiveControls\TCallbackEventParameter
- \Prado\TEventParameter implements IEventParameter
- \Prado\TComponent
Since: 3.1
public
|
__construct(mixed $response, mixed $parameter[, mixed $index = -1 ]) : mixed
Creates a new TCallbackEventParameter.
|
public
|
|
public
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |