nsISupports
Last changed in Gecko 1.7 void onAutoComplete(in nsIAutoCompleteResults result, in AutoCompleteStatus status); |
void onStatus(in wstring statusText); |
Attribute | Type | Description |
param |
| Private parameter used by the autocomplete widget. |
Called by the autocomplete session when the search is done or over. As of Gecko 1.9.1, can also be called with partial results, in a similar manner to the toolkit autocomplete interface.
void onAutoComplete( in nsIAutoCompleteResults result, in nsIAutoCompleteStatus status );
result
nsIAutoCompleteResults
object containing the (partial) results of the autocomplete.status
nsIAutoCompleteStatus
interface.Called by the autocomplete session during the search. This method does not seem to have ever been implemented.
void onStatus( in wstring statusText );
statusText