Not documented.

Extends
  • Object
  • JsProxy
  • Page
  • AppPage

Properties

AppPage child
read / write
link to the sub page
Page child
read / write, inherited
link to the sub page
dynamic element
read-only, inherited
element of the page Can be an HtmlElement or the element name as a String
dynamic hideLeftNav
read-only, inherited
define if the left menu is hide for this page
dynamic icon
read / write
define polymer material icon for the page
bool isDefault
read-only, inherited
definne if page is default, home
JsObject jsProxy
read-only, inherited
JsFunction jsProxyConstructor
read-only, inherited
The Javascript constructor that will be used to build proxy objects for this class.
read-only, inherited
define if page is visible in the menu
String name
read-only, inherited
name of the page
String path
read-only, inherited
path of the page
bool useCache
read / write, inherited
Whether to introduce a cache layer and make operations read from the cache. By default JsProxys have no cache and the proxy reads values directly from the Dart object. This is primarily useful for objects that you pass in empty, and the javascript code will populate. It should be used carefully since its easy to get the two objects out of sync.

Constructors

AppPage(name, path, element, {isDefault: false, menu: true, hideLeftNav: false, icon, child: null})

Methods

enterRoute(RouteEvent e) → dynamic
inherited
When enter in a new route. This function call the enterRoute function of the current element if it's possible.
toString() → String
Returns a string representation of this object.