AbstractSharedView
title: AbstractSharedView
Classes
AbstractSharedView ⇐ View
Kind: global abstract class
Extends: View
Singleton:
Properties
Name | Type | Description |
---|---|---|
isSharedView | boolean | flag (always true) |
routerManager | RouterManager | Instance of RouterManager |
- AbstractSharedView ⇐
View
AbstractSharedView()
Class defining the rendering methods for a Shared View.
AbstractSharedView()
Main constructor.
rendererCreate()
Kind: instance method of AbstractSharedView
getRootView() ⇒ Screen
Retrieves the root of a sharedView (is always the screen)
Kind: instance method of AbstractSharedView
Returns: Screen
- The root view (which is defined as a Screen)
showWithAnimation(options)
Method used to show this Shared View using a defined animation.
Kind: instance method of AbstractSharedView
Param | Type | Description |
---|---|---|
options | Object | |
options.animation | String | The Animation name |
hideWithAnimation(options)
Method used to hide this Shared View using a defined animation.
Kind: instance method of AbstractSharedView
Param | Type | Description |
---|---|---|
options | Object | |
options.animation | String | The Animation name |
AbstractSharedView
Kind: global class
AbstractSharedView()
Class defining the rendering methods for a Shared View.
AbstractSharedView()
Main constructor.
rendererCreate()
Kind: instance method of AbstractSharedView
getRootView() ⇒ Screen
Retrieves the root of a sharedView (is always the screen)
Kind: instance method of AbstractSharedView
Returns: Screen
- The root view (which is defined as a Screen)
showWithAnimation(options)
Method used to show this Shared View using a defined animation.
Kind: instance method of AbstractSharedView
Param | Type | Description |
---|---|---|
options | Object | |
options.animation | String | The Animation name |
hideWithAnimation(options)
Method used to hide this Shared View using a defined animation.
Kind: instance method of AbstractSharedView
Param | Type | Description |
---|---|---|
options | Object | |
options.animation | String | The Animation name |