Class: $.PageIndicatorFactory
- Inherits:
-
WatchUi.ViewLoopFactory
-
WatchUi.ViewLoopFactory
-
Overview
ViewLoop Factory which manages the main primate view/delegate paires
Constant Summary
Constant Variables
Type | Name | Value | Since | Description |
---|---|---|---|---|
Type | NUM_PAGES | 3 |
Instance Method Summary collapse
-
getSize()
Return the number of view/delegate pairs that are managed by this factory.
-
getView(page as Lang.Number) as [ WatchUi.View ] or [ WatchUi.View, WatchUi.BehaviorDelegate ]
Retrieve a view/delegate pair for the page at the given index.
- initialize()
Instance Method Details
getSize()
Return the number of view/delegate pairs that are managed by this factory
getView(page as Lang.Number) as [ WatchUi.View ] or [ WatchUi.View, WatchUi.BehaviorDelegate ]
Retrieve a view/delegate pair for the page at the given index