ui.ac.Renderer.CustomRenderer Extends
Class allowing different implementations to custom render the autocomplete. Extending classes should override the render function.

Inheritance

Constructor

goog.ui.ac.Renderer.CustomRenderer()

Instance Methods

Public Protected Private
render()
Renders the autocomplete box. May be set to null. Because of the type, this function cannot be documented with param JSDoc. The function expects the following parameters: renderer, goog.ui.ac.Renderer: The autocomplete renderer. element, Element: The main element that controls the rendered autocomplete. rows, Array: The current set of rows being displayed. token, string: The current token that has been entered. *
code »
renderRow(rowtokennode)
Generic function that takes a row and renders a DOM structure for that row.
Arguments:
row : Object
Object representing row.
token : string
Token to highlight.
node : Node
The node to render into.
code »

Package ui.ac.Renderer

Package Reference