[scriptable, uuid(e312267f-8f57-43e8-a904-ff9b5d3f5aef)]
interface nsIAutoCompleteInput : nsISupports

Attributes


          
attribute boolean completeDefaultIndex

          
attribute boolean completeSelectedIndex

          
readonly attribute nsIAutoCompleteController controller

          
attribute boolean disableAutoComplete

          
attribute boolean forceComplete

          
attribute unsigned long maxRows

          
attribute unsigned long minResultsForPopup

          
readonly attribute nsIAutoCompletePopup popup

          
attribute boolean popupOpen

          
readonly attribute unsigned long searchCount

          
attribute AString searchParam

          
readonly attribute long selectionEnd

          
readonly attribute long selectionStart

          
attribute unsigned long showCommentColumn

          
attribute AString textValue

          
attribute unsigned long timeout

Methods


          
ACString getSearchAt(in unsigned long index)

          
void onSearchComplete()

          
boolean onTextEntered()

          
boolean onTextReverted()

          
void selectTextRange(in long startIndex, in long endIndex)