AbstractSharedView


title: AbstractSharedView

Classes

AbstractSharedViewView
AbstractSharedView

AbstractSharedView ⇐ View

Kind: global abstract class
Extends: View
Singleton:
Properties

NameTypeDescription
isSharedViewboolean

flag (always true)

routerManagerRouterManager

Instance of RouterManager

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

ParamTypeDescription
optionsObject
options.animationString

The Animation name

hideWithAnimation(options)

Method used to hide this Shared View using a defined animation.

Kind: instance method of AbstractSharedView

ParamTypeDescription
optionsObject
options.animationString

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

ParamTypeDescription
optionsObject
options.animationString

The Animation name

hideWithAnimation(options)

Method used to hide this Shared View using a defined animation.

Kind: instance method of AbstractSharedView

ParamTypeDescription
optionsObject
options.animationString

The Animation name