|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface FrameImportInterface
ClientManagerInterface#setFrameImportExport(FrameImportInterface frameImp) のメソッドにて 設定することにより、画面遷移時のデータ受渡の制御を変更することが可能です。
ClientManagerInterface.setFrameImportExport(FrameImportInterface)
メソッドの概要 | |
---|---|
void |
getParentFrameData(HashVector parentInRecord,
HashVector frameInRecord)
元画面から画面間引数受信 |
void |
sendFrameDataToParent(HashVector parentOutRecord,
HashVector frameOutRecord,
int result)
元画面にデータを引き渡し |
メソッドの詳細 |
---|
void getParentFrameData(HashVector parentInRecord, HashVector frameInRecord)
parentInRecord
- 親画面の入力引数frameInRecord
- 自画面の入力引数void sendFrameDataToParent(HashVector parentOutRecord, HashVector frameOutRecord, int result)
parentOutRecord
- 親画面の出力引数frameOutRecord
- 時画面の出力引数result
- Closeイベントの結果
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |