jp.ne.mki.wedge.run.client.event
インタフェース FrameImportInterface
- 既知の実装クラスの一覧:
- DefaultFrameImportExport
- public interface FrameImportInterface
画面遷移用 制御クラス Interface
ClientManagerInterface#setFrameImportExport(FrameImportInterface frameImp) のメソッドにて
設定することにより、画面遷移時のデータ受渡の制御を変更することが可能です。
- バージョン:
- 1.1
- 関連項目:
ClientManagerInterface.setFrameImportExport(FrameImportInterface)
メソッドの概要 |
void |
getParentFrameData(jp.ne.mki.wedge.common.library.HashVector parentInRecord,
jp.ne.mki.wedge.common.library.HashVector frameInRecord)
元画面から画面間引数受信 |
void |
sendFrameDataToParent(jp.ne.mki.wedge.common.library.HashVector parentOutRecord,
jp.ne.mki.wedge.common.library.HashVector frameOutRecord,
int result)
元画面にデータを引き渡し |
getParentFrameData
public void getParentFrameData(jp.ne.mki.wedge.common.library.HashVector parentInRecord,
jp.ne.mki.wedge.common.library.HashVector frameInRecord)
- 元画面から画面間引数受信
- パラメータ:
parentInRecord
- 親画面の入力引数frameInRecord
- 自画面の入力引数
sendFrameDataToParent
public void sendFrameDataToParent(jp.ne.mki.wedge.common.library.HashVector parentOutRecord,
jp.ne.mki.wedge.common.library.HashVector frameOutRecord,
int result)
- 元画面にデータを引き渡し
- パラメータ:
parentOutRecord
- 親画面の出力引数frameOutRecord
- 時画面の出力引数result
- Closeイベントの結果