Reference Source
public class | source

BaseView

Extends:

* → BaseView

Direct Subclass:

BikeDetailsView, HelpView

Base class for all the views

Member Summary

Public Members
public

Refreshes the state of the presenter.

public

viewUnmounting(A: Class): *

Component will unmount after this method is called, do any clean up here.

Method Summary

Public Methods
public

render()

Render objects to the screen.

Public Members

public refreshState: * source

Refreshes the state of the presenter.

public viewUnmounting(A: Class): * source

Component will unmount after this method is called, do any clean up here.

Public Methods

public render() source

Render objects to the screen.