関数を追加する(View)
- Source:
Methods
(static) clearTableFirstRow(detailRecord)
明細テーブルの1行目をクリアする
Parameters:
Name | Type | Description |
---|---|---|
detailRecord |
object | 明細データ |
- Source:
(static) copyTableFirstRow(tableID, maxSize)
テーブルの1行目を指定行数分コピーする
Parameters:
Name | Type | Description |
---|---|---|
tableID |
string | テーブルid |
maxSize |
number | 最大行数 |
- Source:
(static) fromJsonDataToView(jsonData)
JsonDataの値をViewに表示する
(テーブルデータは対象外)
(テーブルデータは対象外)
Parameters:
Name | Type | Description |
---|---|---|
jsonData |
object | jsonデータ |
- Source:
(static) initAlertDialog()
警告ダイアログ 初期設定
- Source:
(static) initConfirmDialog(object)
確認ダイアログ 初期設定
Parameters:
Name | Type | Description |
---|---|---|
object |
object | ダイアログ情報 |
- Source:
(static) initExecuteDialog(arg)
実行確認ダイアログ 初期設定
Parameters:
Name | Type | Description |
---|---|---|
arg |
object | ダイアログ情報 |
- Source:
(static) initServerDialog(object)
サーバ確認ダイアログ 初期設定
Parameters:
Name | Type | Description |
---|---|---|
object |
object | ダイアログ情報 |
- Source:
(static) onAlertDialog(arg)
警告ダイアログを表示する
Parameters:
Name | Type | Description |
---|---|---|
arg |
object | 警告情報 |
- Source:
(static) onBlur(event)
フォーカスロスト時イベント
Parameters:
Name | Type | Description |
---|---|---|
event |
event | イベント情報 |
- Source:
(static) onConfirmDialog(arg)
確認ダイアログを表示する
Parameters:
Name | Type | Description |
---|---|---|
arg |
object | ダイアログ情報 |
- Source:
(static) onErrorToolTip(arg)
エラーツールチップを表示する
Parameters:
Name | Type | Description |
---|---|---|
arg |
object | エラー情報 |
- Source:
(static) onExecuteDialog(arg)
実行確認ダイアログを表示する
Parameters:
Name | Type | Description |
---|---|---|
arg |
object | ダイアログ情報 |
- Source:
(static) onFocus(event, value, focusCurRow)
フォーカス設定時イベント
Parameters:
Name | Type | Description |
---|---|---|
event |
event | イベント情報 |
value |
object | 値 |
focusCurRow |
number | 現在行位置 |
- Source:
Returns:
なし
(static) onGuideMessage(arg)
ガイドメッセージを表示する
Parameters:
Name | Type | Description |
---|---|---|
arg |
object | ガイドメッセージ情報 |
- Source:
(static) onRemoveToolTip(arg)
エラーツールチップを削除する
Parameters:
Name | Type | Description |
---|---|---|
arg |
object | イベントターゲット情報 |
- Source:
(static) onServerDialog(arg)
サーバ確認ダイアログを表示する
Parameters:
Name | Type | Description |
---|---|---|
arg |
object | ダイアログ情報 |
- Source:
(static) onShowCheckBox(defCheckBox, responseRecord)
チェックボックス表示処理
Parameters:
Name | Type | Description |
---|---|---|
defCheckBox |
object | チェックボックス |
responseRecord |
object | レスポンスデータ |
- Source:
(static) onShowCheckBoxTable(defCheckBox, responseRecord)
テーブル チェックボックス表示処理
Parameters:
Name | Type | Description |
---|---|---|
defCheckBox |
object | チェックボックス |
responseRecord |
object | レスポンスデータ |
- Source:
(static) onShowRadioButton(defRadioButton, responseRecord)
ラジオボタン表示処理
Parameters:
Name | Type | Description |
---|---|---|
defRadioButton |
object | ラジオボタン |
responseRecord |
object | レスポンスデータ |
- Source:
(static) onShowSelectBox(defSelectBox, responseRecord)
セレクトボックス表示処理(IDでの設定)
Parameters:
Name | Type | Description |
---|---|---|
defSelectBox |
object | セレクトボックス |
responseRecord |
object | レスポンスデータ |
- Source:
(static) resetJsonDataToTable(tableID, jsonData, idName)
JsonDataからテーブルを再描画する
Parameters:
Name | Type | Description |
---|---|---|
tableID |
string | テーブルID |
jsonData |
object | jsonデータ |
idName |
string | id名 |
- Source:
(static) setDialogButtonLabels(footerObject, arg)
ダイアログのボタンを設定
Parameters:
Name | Type | Description |
---|---|---|
footerObject |
object | フッター情報 |
arg |
object | ダイアログ情報 |
- Source:
(static) setF12FocusItem()
F12押下時、フォーカスを設定する項目を指定する
- Source:
(static) setFirstFocusItem()
画面が表示された時、最初にフォーカスを設定する項目を指定する
- Source:
(static) setFromDatasetToViewWithBeforeStorageData(dataSet)
前画面からの引き継ぎデータを表示する
Parameters:
Name | Type | Description |
---|---|---|
dataSet |
object | 引き継ぎデータ |
- Source:
(static) setFromDatasetToViewWithKeyInfo(dataSet, keyInfo)
画面キー情報&前画面からの引き継ぎデータを表示する
Parameters:
Name | Type | Description |
---|---|---|
dataSet |
* | 引き継ぎデータ |
keyInfo |
* | 画面キー情報 |
- Source:
(static) setFromDatasetToViewWithSessionStorageOfHeader(dataSet)
画面ヘッダ キー項目 表示&クリア処理
Parameters:
Name | Type | Description |
---|---|---|
dataSet |
object | データセット |
- Source:
(static) setRowidOfTable(tableID)
テーブルのROWにid番号を付与する
Parameters:
Name | Type | Description |
---|---|---|
tableID |
string | テーブルid |
- Source:
(static) setValueToObject(tagName, typeName, object, value)
画面の各オブジェクトに値をセットする
Parameters:
Name | Type | Description |
---|---|---|
tagName |
string | オブジェクト名 |
typeName |
string | オブジェクトの種類 |
object |
object | オブジェクト |
value |
object | 値 |
- Source:
(static) setValueToObjectOfInput(tagName, typeName, object, value)
画面の入力可能オブジェクトに値をセットする
Parameters:
Name | Type | Description |
---|---|---|
tagName |
string | オブジェクト名 |
typeName |
string | オブジェクトの種類 |
object |
object | オブジェクト |
value |
object | 値 |
- Source:
(static) setValueToObjectOfOther(tagName, typeName, object, value)
画面の入力不可オブジェクトへ値を設定する
Parameters:
Name | Type | Description |
---|---|---|
tagName |
string | オブジェクト名 |
typeName |
string | オブジェクトの種類 |
object |
object | オブジェクト |
value |
object | 値 |
- Source:
(static) showCurrentSelectBox(dataSetInfo, defSelectBox)
セレクトボックス表示処理 IDからカレント行を一括表示する
Parameters:
Name | Type | Description |
---|---|---|
dataSetInfo |
object | セレクトボックス情報(データ) |
defSelectBox |
object | セレクトボックス(画面要素) |
- Source:
(static) showJsonDataToTable(detailRecord, maxSize)
明細テーブルにデータを表示する
Parameters:
Name | Type | Description |
---|---|---|
detailRecord |
object | 明細データ |
maxSize |
number | 最大行数 |
- Source: