Window.close

機能/意味
close the window
タイプ
Windowクラスのメソッド
構文
close()
引数
なし
戻り値
なし (void)
説明
 Closes the window displayed by the Window.showModal method. Before closing the window, the Window.onCloseQuery event is fired, and you can check whether the window can be closed.
参照
Window.showModal
Window.onCloseQuery