Constructor
new PredictionView()
- Since:
- Source:
Extends
Members
className :string
The HTML class to use for this view's outermost element.
Type:
- Source:
classNames :Object.<string, string>
The HTML classes to use for this view's HTML elements.
Type:
- Source:
events :Object
The events this view will listen to and the associated function to call.
Type:
- Source:
tagName :string
The HTML element to use for this view's outermost element.
Type:
- Source:
templateVars
Values meant to be used by the rendered HTML template.
- Source:
type :string
The type of View this is
Type:
- Source:
Methods
render()
Render the view by updating the HTML of the element.
The new HTML is computed from an HTML template that
is passed an object with relevant view state.
- Source:
select()
Event handler function that selects this element, deselecting any other
sibling list elements.
- Source:
setupListeners()
Setup all event listeners on ViewfinderModel.
- Source: