<abstract> new BasePage()
Abstract base class representing a page. All application pages should extend from this or implement the
same methods.
Base pages will start hidden.
- Source:
Extends
- Backbone.View
Methods
-
<abstract> getSelectedRoute()
-
Called when navigating to a page. If a page has state which can be represented by a route, this route
should be returned. The default implementation is a no-op.- Source:
-
hide()
-
Hides the page
- Source:
-
show()
-
Shows the page and calls the update method
- Source:
-
<abstract> update()
-
Called when showing a page. The default implementation is a no-op.
- Source: