Class: PredictionsListView

PredictionsListView()

PredictionsListView manages a list of autocomplete predictions that can be selected by the user.

Screenshot

Constructor

new PredictionsListView()

Since:
  • 2.28.0
Source:

Extends

  • Backbone.View

Members

className :string

The HTML class to use for this view's outermost element.
Type:
  • string
Source:

tagName :string

The HTML element to use for this view's outermost element.
Type:
  • string
Source:

type :string

The type of View this is
Type:
  • string
Source:

Methods

clear()

Remove all child view elements and destroy their Backbone.View.
Source:

render()

Render the Prediction sub-views, tracking them so they can be removed and their event listeners cleaned up.
Source:

setupListeners()

Setup all event listeners on ViewfinderModel.
Source: