public class SimpleDialogContext extends SimpleClientContext implements DialogContext
| コンストラクタと説明 |
|---|
SimpleDialogContext(ClientContext owner)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close()
Sessionを終了する
|
void |
closeOnError()
初期化エラー発生時の終了処理を行う
(internal use only)
|
DialogContext |
getDialogContext()
isDialogContext() == trueの場合に
このコンテキストをDialogContextに変換して返す
|
ClientContext |
getOwner()
所有者になるコンテキストを取得する
|
boolean |
isDialogContext()
このコンテキストがDialogContextかを返す
|
boolean |
isRoot()
このコンテキストがルートコンテキストかを返す
|
protected void |
setOwner(ClientContext owner)
このコンテキストの所有者を登録する
|
addClientContextEventListener, containsPlatformResource, createChild, createDialog, getChildren, getClientContextEventListeners, getClientSession, getContextName, getContextSituation, getDialogs, getManager, getParent, getPlatformResource, removeChild, removeClientContextEventListener, removeDialog, setClientSession, setCloseEventName, setContextName, setContextSituation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClientContextEventListener, containsPlatformResource, createChild, createDialog, getChildren, getClientContextEventListeners, getClientSession, getContextName, getContextSituation, getDialogs, getManager, getParent, getPlatformResource, removeChild, removeClientContextEventListener, removeDialog, setCloseEventName, setContextName, setContextSituationpublic SimpleDialogContext(ClientContext owner)
owner - DialogのオーナーにあたるContextpublic ClientContext getOwner()
getOwner インタフェース内 DialogContextpublic boolean isRoot()
isRoot インタフェース内 ClientContextisRoot クラス内 SimpleClientContextpublic boolean isDialogContext()
isDialogContext インタフェース内 ClientContextisDialogContext クラス内 SimpleClientContextpublic DialogContext getDialogContext()
getDialogContext インタフェース内 ClientContextgetDialogContext クラス内 SimpleClientContextpublic void close()
close インタフェース内 ClientContextclose クラス内 SimpleClientContextpublic void closeOnError()
closeOnError インタフェース内 ClientContextcloseOnError クラス内 SimpleClientContextprotected void setOwner(ClientContext owner)
owner - 所有者コンテキスト