ui.ac.RenderOptions Extends
A simple class that contains options for rendering a set of autocomplete matches. Used as an optional argument in the callback from the matcher.

Inheritance

Constructor

goog.ui.ac.RenderOptions()

Instance Methods

Public Protected Private
getAutoHilite() boolean | undefined
No description.
Returns: boolean | undefined  The value of the autoHilite_ flag.
code »
getPreserveHilited() boolean
No description.
Returns: boolean  The value of the preserveHilited_ flag.
code »
setAutoHilite(flag)
No description.
Arguments:
flag : boolean
The new value for the autoHilite_ flag.
code »
setPreserveHilited(flag)
No description.
Arguments:
flag : boolean
The new value for the preserveHilited_ flag.
code »

Instance Properties

autoHilite_ :
Whether the first match is to be highlighted. When undefined the autoHilite flag of the autocomplete is used.
Code »
preserveHilited_ :
Whether the current highlighting is to be preserved when displaying the new set of matches.
Code »

Package ui.ac

Package Reference