Constructor
new PredictionsListView()
- Since:
- Source:
Extends
Members
className :string
The HTML class to use for this view's outermost element.
Type:
- Source:
tagName :string
The HTML element to use for this view's outermost element.
Type:
- Source:
type :string
The type of View this is
Type:
- 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: