|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface UrumaWindowManager
ウィンドウを管理するクラスのためのインターフェースです。
| メソッドの概要 | |
|---|---|
void |
close(String windowId)
windowId で指定されたIDのウィンドウを閉じます。 |
int |
openDialog(String templatePath,
Object parentAction)
指定されたパスの画面定義 XML を読み込み、ダイアログを開きます。 |
UrumaApplicationWindow |
openWindow(String templatePath,
boolean modal)
新しいウィンドウを開きます。 |
| メソッドの詳細 |
|---|
UrumaApplicationWindow openWindow(String templatePath,
boolean modal)
templatePath - テンプレートパスmodal - モーダル属性
int openDialog(String templatePath,
Object parentAction)
parentAction から ApplicationContext
へ値がエクスポートされます。
templatePath - 画面定義 XML のパスparentAction - 呼び出し元アクションクラスの
void close(String windowId)
windowId で指定されたIDのウィンドウを閉じます。
windowId - ウィンドウのID
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||