The goog.ui.ac.RenderOptions Class

goog.ui.ac.RenderOptions()

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

.getAutoHilite()

returns {boolean|undefined}
The value of the autoHilite_ flag.

.getPreserveHilited()

returns {boolean}
The value of the preserveHilited_ flag.

.setAutoHilite(flag)

flag {boolean}
The new value for the autoHilite_ flag.

.setPreserveHilited(flag)

flag {boolean}
The new value for the preserveHilited_ flag.