Class: View

View()

ビュークラス

Constructor

new View()

Properties:
Name Type Description
fn.appspec object アプリケーション仕様クラス
fn.event event Eventクラス
fn.pubsub object PubSubクラス
fn.format object フォーマット
fn.elementno object element番号
fn.guidemessage boolean ガイドメッセージ表示フラッグ
Source:

Extends

Methods

(static) clearDataValue()

form要素の値をクリアする
Source:

(static) copyFormat(validationjson)

validationJsonのformat情報をコピーする
Parameters:
Name Type Description
validationjson object Json情報
Source:
Returns:
なし

(static) getGuideMessage()

ガイドメッセージ表示フラグ取得処理
Source:
Returns:
- ガイドメッセージ表示フラッグ設定

(static) initialSetting()

初期情報を設定する
Source:

(static) setGuideMessage(value)

ガイドメッセージ表示フラッグ設定処理
Parameters:
Name Type Description
value object 設定値
Source: