Class: Controller

Controller()

コントローラクラス

Constructor

new Controller()

Properties:
Name Type Description
fn.appspec object アプリケーション仕様クラス
fn.model object Modelクラス
fn.view object Viewクラス
fn.event object Eventクラス
fn.tablerowevent object TableRowEventクラス
fn.tableobjectevent object TableObjEventクラス
fn.pubsub object PubSubクラス
Source:

Extends

Methods

(static) createPubSubEvent()

PubSubイベントクラスを設定する
Source:

(static) initialSetting()

初期情報を設定する
Source:

(static) setBrowserBackBotton(self)

ブラウザ戻るボタンを無効にする
Parameters:
Name Type Description
self object 呼び出し元情報
Source:

(static) setPubSubEvent(pubsubEvent)

チェック用PubSubイベントを設定し、コールバック関数を指定する
Parameters:
Name Type Description
pubsubEvent object PubSubイベント
Source:

(static) setSelectorEvent(selectorEvent, name)

ナビゲーションボタンイベントを設定し、コールバック関数を指定する
Parameters:
Name Type Description
selectorEvent event イベント情報
name string 要素名
Source: