A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
IAction — Interface in package jp.co.fujitsu.reffi.client.flex.action | |
[概 要] 全てのアクションの基底インターフェースです. |
|
IController — Interface in package jp.co.fujitsu.reffi.client.flex.controller | |
[概 要] コントローラの基底インターフェースです. |
|
ICoreError — Interface in package jp.co.fujitsu.reffi.client.flex.error | |
[概 要] 共通エラーインターフェースです. |
|
identifier — Property in class jp.co.fujitsu.reffi.client.flex.model.messaging.ConsumerCore | |
[概 要] 購読中のConsumerCoreを特定する為の識別子です. |
|
IModel — Interface in package jp.co.fujitsu.reffi.client.flex.model | |
[概 要] 全てのモデルの基底インターフェースです. |
|
incrementSuccessCount() — Method in class jp.co.fujitsu.reffi.client.flex.model.BaseModel | |
[概 要] ModelProcessEvent.SUCCESS発行回数を1増加させます. |
|
initialize(clientConfig:jp.co.fujitsu.reffi.client.flex.controller:ClientConfig) — Method in class jp.co.fujitsu.reffi.client.flex.controller.BaseController | |
[概 要] 初期化処理が記述可能なメソッドです. |
|
initialized(document, id) — Method in class jp.co.fujitsu.reffi.client.flex.controller.BaseController | |
[概 要] このコントローラタグがApplicationの子要素としてパースされた時点でAVMによってコールバックされるメソッドです. |
|
INPUT_MODE — Constant static property in class jp.co.fujitsu.reffi.client.flex.model.UserInteractiveCore | |
メッセージ+テキスト入力の画面モードです. | |
interactiveScreen — Property in class jp.co.fujitsu.reffi.client.flex.model.UserInteractiveCore | |
[概 要] 表示画面インスタンスです. |
|
interval — Property in class jp.co.fujitsu.reffi.client.flex.model.timer.TimerProcessCore | |
[概 要] タイマー実行間隔です. |
|
intervalAction — Property in class jp.co.fujitsu.reffi.client.flex.model.timer.TimerProcessCore | |
[概 要] インターバル実行するアクションクラスです. |
|
invoke(actionClass, parameterMapping:jp.co.fujitsu.reffi.client.flex.controller:ParameterMapping, completeHandler, failureHandler) — Method in class jp.co.fujitsu.reffi.client.flex.controller.BaseController | |
[概 要] コントローラの主幹メソッドです. |
|
invokeCompleteHandler — Property in class jp.co.fujitsu.reffi.client.flex.controller.ParameterMapping | |
[概 要] コントローラ#invokeの成功時に実行されるファンクションです. |
|
INVOKE_COMPLETE_HANDLER — Constant static property in class jp.co.fujitsu.reffi.client.flex.controller.ParameterMapping | |
コントローラ#invokeの完了時に呼ばれるファンクションを示す定数です | |
invokeFailureHandler — Property in class jp.co.fujitsu.reffi.client.flex.controller.ParameterMapping | |
[概 要] コントローラ#invokeの失敗時に実行されるファンクションです. |
|
INVOKE_FAILURE_HANDLER — Constant static property in class jp.co.fujitsu.reffi.client.flex.controller.ParameterMapping | |
コントローラ#invokeの失敗時に呼ばれるファンクションを示す定数です | |
isAlphabet(value) — Static method in class jp.co.fujitsu.reffi.client.flex.util.CharTypeUtil | |
[概 要] 入力文字が半角英字だけで構成されているかどうか検証します. |
|
isDigit(value) — Static method in class jp.co.fujitsu.reffi.client.flex.util.CharTypeUtil | |
[概 要] 入力文字が半角数字だけで構成されているかどうか検証します. |
|
isExistPopUp(name) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
[概 要] 引数で指定した名前を持つポップアップ画面が既に画面表示されているかどうか調べます. |
|
isExistPopUp(windowName) — Method in class jp.co.fujitsu.reffi.client.flex.manager.ComponentManager | |
[概 要] 既にマネージャ管理下に同名のウィンドウが存在するかをチェックします. |
|
isOther(value) — Static method in class jp.co.fujitsu.reffi.client.flex.util.CharTypeUtil | |
[概 要] 入力文字が半角記号(半角英数字を除く)だけで構成されているかどうか検証します. |
|
isRegist(timerId) — Method in class jp.co.fujitsu.reffi.client.flex.manager.TimerProcessCoreManager | |
[概 要] 引数timerIdが現在登録されているか確認します. |
|
isRunModelsAndNoWait() — Method in class jp.co.fujitsu.reffi.client.flex.action.BaseAction | |
[概 要] モデル群実行を非シーケンシャルに行うかどうかを設定するメソッドです. |
|
isRunModelsAndNoWait — Property in class jp.co.fujitsu.reffi.client.flex.controller.ParameterMapping | |
[概 要] 複数予約されたモデルの実行動作を制御します. |
|
IS_RUN_MODELS_AND_NO_WAIT — Constant static property in class jp.co.fujitsu.reffi.client.flex.controller.ParameterMapping | |
モデルシーケンシャル実行フラグを示す定数です。 | |
isRunning(timerId) — Method in class jp.co.fujitsu.reffi.client.flex.manager.TimerProcessCoreManager | |
[概 要] 引数timerIdが現在実行中であるか確認します. |
|
isSpace(value) — Static method in class jp.co.fujitsu.reffi.client.flex.util.CharTypeUtil | |
[概 要] 入力文字が半角スペースだけで構成されているかどうか検証します. |
|
isSubscribing(destination) — Method in class jp.co.fujitsu.reffi.client.flex.manager.ConsumerCoreManager | |
[概 要] 引数destinationを現在購読しているか確認します. |
|
isWaitModelsDone() — Method in class jp.co.fujitsu.reffi.client.flex.action.BaseAction | |
[概 要] reserveModelsによって登録された全モデルが終了するまでモーダル状態にするかどうかのフラグを返却します. |
|
isWide(value) — Static method in class jp.co.fujitsu.reffi.client.flex.util.CharTypeUtil | |
[概 要] 入力文字が全角文字だけで構成されているかどうか検証します. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |