| 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 | |
| getActionClasses(componentName, eventType) — Method in class jp.co.fujitsu.reffi.client.flex.controller.EventBinder | |
|
[概 要] componentNameをname属性値として持つエレメントの、eventTypeイベント発動時の アクションクラス型配列を取得します. |
|
| getApplication() — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] このアクションを起動したコンポーネントが所属するApplicationを取得します. |
|
| getComponentById(id, searchRange) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 第一引数idをid属性として持つ画面コンポーネントを取得します. |
|
| getComponentByIdFrom(container, id) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 第一引数containerから、第二引数idをid属性として持つ画面コンポーネントを取得します. |
|
| getComponentByName(namePattern, searchRange) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 第一引数namePatternをname属性として持つ画面コンポーネントを取得します. |
|
| getComponentByNameFrom(container, namePattern) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 第一引数containerから、第二引数namePatternをname属性として持つ画面コンポーネントを取得します. |
|
| getComponentByNameParentTrace(namePattern) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 第一引数namePatternをname属性として持つ画面コンポーネントを取得します. |
|
| getComponentsById(id, searchRange) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 第一引数idをid属性として持つ画面コンポーネント配列を取得します. |
|
| getComponentsByName(namePattern, searchRange) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 第一引数namePatternをname属性として持つ画面コンポーネント配列を取得します. |
|
| getComponentsByNameFrom(container, namePattern) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 第一引数containerから、第二引数namePatternをname属性として持つ画面コンポーネント配列を取得します. |
|
| getConnectingLocalConnectionNames() — Method in class jp.co.fujitsu.reffi.client.flex.manager.LocalConnectionManager | |
|
[概 要] 現在接続中のLocalConnection名称の配列を返却します. |
|
| getController(application) — Static method in class jp.co.fujitsu.reffi.client.flex.controller.BaseController | |
|
[概 要] 引数applicationを管理しているBaseControllerインスタンスを返却します. |
|
| getError(index) — Method in class jp.co.fujitsu.reffi.client.flex.validator.ValidateErrors | |
|
[概 要] 引数指定されたインデックスのValidateErrorオブジェクトを返却します. |
|
| getEventCurrentTarget() — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] このアクションを起動したイベントのcurrentTargetを取得します. |
|
| getEventSourceObject() — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 恒久的なイベントカレントターゲットです. |
|
| getEventTarget() — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] このアクションを起動したイベントのtargetを取得します. |
|
| getEventTypes(componentName) — Method in class jp.co.fujitsu.reffi.client.flex.controller.EventBinder | |
|
[概 要] 引数指定された名前を持つエレメントに登録されているイベントタイプ群を返却します. |
|
| getId() — Method in class jp.co.fujitsu.reffi.client.flex.error.CoreLogicError | |
|
[概 要] エラーメッセージに対応するIDを取得します. |
|
| getId() — Method in interface jp.co.fujitsu.reffi.client.flex.error.ICoreError | |
|
[概 要] エラーメッセージに対応するIDを取得します. |
|
| getInputText() — Method in class jp.co.fujitsu.reffi.client.flex.model.UserInteractiveCore | |
|
[概 要] INPUT_MODEで表示されているTextInputの値を取得します. |
|
| getInstance() — Static method in class jp.co.fujitsu.reffi.client.flex.manager.ComponentManager | |
|
[概 要] インスタンスを取得します. |
|
| getInstance() — Static method in class jp.co.fujitsu.reffi.client.flex.manager.ConsumerCoreManager | |
|
[概 要] コンシューママネージャインスタンスを取得します. |
|
| getInstance() — Static method in class jp.co.fujitsu.reffi.client.flex.manager.LocalConnectionManager | |
|
[概 要] インスタンスを取得します. |
|
| getInstance() — Static method in class jp.co.fujitsu.reffi.client.flex.manager.TimerProcessCoreManager | |
|
[概 要] タイマーマネージャインスタンスを取得します. |
|
| getLoadedController(name) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] AVM上にロードされているBaseControllerから、引数nameをnameとして持つものを取得します. |
|
| getLoadedControllers() — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] AVM上にロードされているBaseControllerのマッピングを取得します. |
|
| getMapping(index) — Method in class jp.co.fujitsu.reffi.client.flex.action.CallbackMapping | |
|
[概 要] 引数indexに対応する予約情報を取得します. |
|
| getMessage() — Method in class jp.co.fujitsu.reffi.client.flex.error.CoreLogicError | |
|
[概 要] エラーメッセージを取得します. |
|
| getMessage() — Method in interface jp.co.fujitsu.reffi.client.flex.error.ICoreError | |
|
[概 要] エラーメッセージを取得します. |
|
| getMessage(key) — Static method in class jp.co.fujitsu.reffi.client.flex.error.Messages | |
| getObjectById(id) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 引数idをid属性として持つオブジェクトを取得します. |
|
| getParameter(key) — Method in class jp.co.fujitsu.reffi.client.flex.controller.ParameterMapping | |
|
[概 要] パラメータデータマップ保持プロパティから値を取得します. |
|
| getPermanent(key) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] nSWF間で共有可能な恒久領域から、引数keyに対応する値を取得します. |
|
| getPopUp(name) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 既に表示されているポップアップ画面インスタンス配列を取得します. |
|
| getPopUp(windowName) — Method in class jp.co.fujitsu.reffi.client.flex.manager.ComponentManager | |
|
[概 要] マネージャ管理下の指定されたウィンドウID名のウィンドウを取得します. |
|
| getSingletonPopUp(name) — Method in class jp.co.fujitsu.reffi.client.flex.action.AbstractAction | |
|
[概 要] 既に表示されている重複を許可しないポップアップ画面インスタンスを取得します. |
|
| getSingletonPopUp(windowName) — Method in class jp.co.fujitsu.reffi.client.flex.manager.ComponentManager | |
|
[概 要] マネージャ管理下の指定されたウィンドウID名の重複を許可しないウィンドウを取得します. |
|
| getSubscribingDestinationNames() — Method in class jp.co.fujitsu.reffi.client.flex.manager.ConsumerCoreManager | |
|
[概 要] 現在購読中のdestination名の配列を返却します. |
|
| getType(value, expect) — 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 | |