Class: $.PrimatesDelegate

Inherits:
WatchUi.BehaviorDelegate show all

Overview

Input handler for the main primate views

Constant Summary

Constant Variables

Type Name Value Since Description
Type NUM_PAGES 3

Instance Member Summary collapse

Instance Method Summary collapse

Instance Attribute Details

var _index as Lang.Number

Instance Method Details

initialize(index as Lang.Number)

Constructor

Parameters:

  • index

    The current page index

onNextPage() as Lang.Boolean

Handle going to the next view

Returns:

  • true if handled, false otherwise

onPreviousPage() as Lang.Boolean

Handle going to the previous view

Returns:

  • true if handled, false otherwise

onSelect() as Lang.Boolean

On select behavior show the detail view

Returns:

  • true if handled, false otherwise


Generated Apr 17, 2024, 8:05:14 AM