Class: BasePage

js-whatever/js/base-page. BasePage

<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:
Copyright 2013-2018 Micro Focus International plc. Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License.
Documentation generated by JSDoc 3.4.3 on Thu Jun 21st 18:04 2018 using the DocStrap template.