BaseView
Extends:
* → BaseView
Direct Subclass:
Base class for all the views
Member Summary
Public Members | ||
public |
refreshState: * 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 viewUnmounting(A: Class): * source
Component will unmount after this method is called, do any clean up here.