Class: Indicator

Indicator

new Indicator()

インジケータ(メッセージ・画面ブロック・進捗表示)の表示や非表示を行うクラス。

このクラスは自分でnewすることはありません。h5.ui.indicator()または、Controller.indicator()の戻り値がIndicatorクラスです。

Source:
See:

Methods

(static) hide() → {Indicator}

画面上に表示されているインジケータ(メッセージ・画面ブロック・進捗表示)を除去します。
Returns:
インジケータオブジェクト
Type
Indicator
Source:

(static) message(message) → {Indicator}

メッセージを指定された値に更新します。
Parameters:
Name Type Description
message String メッセージ
Returns:
インジケータオブジェクト
Type
Indicator
Source:

(static) percent(percent) → {Indicator}

進捗のパーセント値を指定された値に更新します。
Parameters:
Name Type Description
percent Number 進捗率(0~100%)
Returns:
インジケータオブジェクト
Type
Indicator
Source:

(static) show() → {Indicator}

画面上にインジケータ(メッセージ・画面ブロック・進捗表示)を表示します。
Returns:
インジケータオブジェクト
Type
Indicator
Source: