- Source:
Members
(static, constant) pubsubHaluEvent :object
フレームワーク内部イベント設定配列
Type:
- object
- Source:
Methods
(static) ajaxExecute(mode)
トランザクション実行前処理
Parameters:
Name | Type | Description |
---|---|---|
mode |
string | 処理モード |
- Source:
(static) ajaxExecuteDo(transaction)
トランザクションを実行する
Parameters:
Name | Type | Description |
---|---|---|
transaction |
object | transactionクラス |
- Source:
(static) ajaxExternalExecute(program, mode)
外部トランザクション実行前処理
Parameters:
Name | Type | Description |
---|---|---|
program |
object | 外部トランザクションの情報 |
mode |
string | 処理モード |
- Source:
(static) ajaxExternalExecuteDo(transaction)
トランザクションを実行する
Parameters:
Name | Type | Description |
---|---|---|
transaction |
object | transactionクラス |
- Source:
(static) checkRequestData(data)
リクエストデータをチェックする
Parameters:
Name | Type | Description |
---|---|---|
data |
object | リクエストデータ |
- Source:
Returns:
チェック結果
(static) connectError(XMLHttpRequest, textStatus, errorThrown)
サーバとの接続エラー
Parameters:
Name | Type | Description |
---|---|---|
XMLHttpRequest |
object | リクエスト |
textStatus |
string | エラー情報 |
errorThrown |
string | 例外情報 |
- Source:
(static) errorResponseData(data)
レスポンスエラーをダイアログに表示する
Parameters:
Name | Type | Description |
---|---|---|
data |
object | レスポンスデータ |
- Source:
(static) onBrowserBackBotton(event)
ブラウザ戻るボタンを無効にする
Parameters:
Name | Type | Description |
---|---|---|
event |
event | イベント情報 |
- Source:
(static) onControllerBlur(event)
Blur処理
Parameters:
Name | Type | Description |
---|---|---|
event |
event | イベント情報 |
- Source:
(static) onControllerFocus(event)
Focus処理
Parameters:
Name | Type | Description |
---|---|---|
event |
event | イベント情報 |
- Source:
(static) onShowCheckBox(responseData, defCheckBox)
チェックボックス表示処理
Parameters:
Name | Type | Description |
---|---|---|
responseData |
object | レスポンスデータ |
defCheckBox |
object | チェックボックス(単一) |
- Source:
(static) onShowCheckBoxAll(responseData, defCheckBox)
チェックボックス一括表示処理
Parameters:
Name | Type | Description |
---|---|---|
responseData |
object | レスポンスデータ |
defCheckBox |
object | チェックボックス(配列) |
- Source:
(static) onShowCheckBoxAllTable(responseData, defCheckBox)
テーブル チェックボックス一括表示処理
Parameters:
Name | Type | Description |
---|---|---|
responseData |
object | レスポンスデータ |
defCheckBox |
object | チェックボックス(配列) |
- Source:
(static) onShowRadioButton(responseData, defRadioButton)
ラジオボタン表示処理
Parameters:
Name | Type | Description |
---|---|---|
responseData |
object | レスポンスデータ |
defRadioButton |
object | ラジオボタン |
- Source:
(static) onShowRadioButtonAll(responseData, defRadioButton)
ラジオボタン一括表示処理
Parameters:
Name | Type | Description |
---|---|---|
responseData |
object | レスポンスデータ |
defRadioButton |
object | ラジオボタン(配列) |
- Source:
(static) onShowSelectBox(responseData, defSelectBox)
セレクトボックス表示処理
Parameters:
Name | Type | Description |
---|---|---|
responseData |
object | レスポンスデータ |
defSelectBox |
object | セレクトボックス |
- Source:
(static) onShowSelectBoxAll(responseData, defSelectBox)
セレクトボックス一括表示処理(IDでの設定)
Parameters:
Name | Type | Description |
---|---|---|
responseData |
object | レスポンスデータ |
defSelectBox |
object | セレクトボックス |
- Source:
(static) onShowSelectBoxById(responseData, defSelectBoxID)
セレクトボックス表示処理 セレクタID指定によるセット
Parameters:
Name | Type | Description |
---|---|---|
responseData |
object | レスポンスデータ |
defSelectBoxID |
string | セレクタID |
- Source:
(static) synchroCheckDataset()
Dataset同期チェック
- Source:
(static) synchroCheckTransaction()
Transaction同期チェック
- Source: