|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.context.impl.AbstractWidgetHolder
org.seasar.uruma.context.impl.PartContextImpl
public class PartContextImpl
PartContext の実装クラスです。
| コンストラクタの概要 | |
|---|---|
PartContextImpl(String partName,
WindowContext parent)
PartContextImpl を構築します。 |
|
| メソッドの概要 | |
|---|---|
void |
dispose()
この PartContext を親 WindowContext から削除します。 |
Set<WidgetHandle> |
findWidgetHandle(String handleId)
親 WindowContext が管理するすべての PartContext から、指定された
WidgetHandle を検索して返します。 |
FormDesc |
getFormDesc()
FormDesc オブジェクトを取得します。 |
Object |
getFormObject()
フォームクラスのオブジェクトを取得します。 |
String |
getName()
ウィンドウパートの名称を返します。 |
PartActionDesc |
getPartActionDesc()
PartActionDesc オブジェクトを取得します。 |
Object |
getPartActionObject()
パートアクションクラスのオブジェクトを取得します。 |
WidgetHandle |
getWidgetHandle(String handleId)
handleId で指定された ID を持つ WidgetHandle を返します。 |
WindowContext |
getWindowContext()
親 WindowContext を返します。 |
boolean |
hasWidgetHandle(String handleId)
handleId で指定された ID を持つ WidgetHandle
が存在するかどうかを調べます。 |
void |
setFormDesc(FormDesc desc)
FormDesc オブジェクトを設定します。 |
void |
setFormObject(Object object)
フォームクラスのオブジェクトを設定します。 |
void |
setPartActionDesc(PartActionDesc desc)
PartActionDesc オブジェクトを設定します。 |
void |
setPartActionObject(Object object)
パートアクションクラスのオブジェクトを設定します。 |
| クラス org.seasar.uruma.context.impl.AbstractWidgetHolder から継承されたメソッド |
|---|
getWidgetHandles, getWidgetHandles, putWidgetHandle |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース org.seasar.uruma.context.WidgetHolder から継承されたメソッド |
|---|
getWidgetHandles, getWidgetHandles, putWidgetHandle |
| コンストラクタの詳細 |
|---|
public PartContextImpl(String partName,
WindowContext parent)
PartContextImpl を構築します。ContextFactory.createPartContext(org.seasar.uruma.context.WindowContext, String)
メソッドを利用してください。
partName - パート名称parent - 親 WindowContext| メソッドの詳細 |
|---|
public Set<WidgetHandle> findWidgetHandle(String handleId)
WindowContext が管理するすべての PartContext から、指定された
WidgetHandle を検索して返します。
handleId - ハンドル ID
WidgetHandle のリスト。public WidgetHandle getWidgetHandle(String handleId)
WidgetHolder の記述: handleId で指定された ID を持つ WidgetHandle を返します。
WidgetHolder 内の getWidgetHandleAbstractWidgetHolder 内の getWidgetHandlehandleId - ハンドルID
WidgetHandle オブジェクト。見つからなかった場合は、null。public boolean hasWidgetHandle(String handleId)
WidgetHolder の記述: handleId で指定された ID を持つ WidgetHandle
が存在するかどうかを調べます。
WidgetHolder 内の hasWidgetHandleAbstractWidgetHolder 内の hasWidgetHandlehandleId - ハンドルID
true。存在しなければ falsepublic FormDesc getFormDesc()
PartContext の記述: FormDesc オブジェクトを取得します。
PartContext 内の getFormDescFormDesc オブジェクトpublic Object getFormObject()
PartContext の記述:
PartContext 内の getFormObjectpublic PartActionDesc getPartActionDesc()
PartContext の記述: PartActionDesc オブジェクトを取得します。
PartContext 内の getPartActionDescPartActionDesc オブジェクトpublic Object getPartActionObject()
PartContext の記述:
PartContext 内の getPartActionObjectpublic String getName()
PartContext の記述:
PartContext 内の getNamepublic void setFormDesc(FormDesc desc)
PartContext の記述: FormDesc オブジェクトを設定します。
PartContext 内の setFormDescdesc - FormDesc オブジェクトpublic void setFormObject(Object object)
PartContext の記述:
PartContext 内の setFormObjectobject - フォームクラスのオブジェクトpublic void setPartActionDesc(PartActionDesc desc)
PartContext の記述: PartActionDesc オブジェクトを設定します。
PartContext 内の setPartActionDescdesc - PartActionDesc オブジェクトpublic void setPartActionObject(Object object)
PartContext の記述:
PartContext 内の setPartActionObjectobject - パートアクションクラスのオブジェクトpublic WindowContext getWindowContext()
PartContext の記述: WindowContext を返します。
PartContext 内の getWindowContextWindowContext オブジェクトpublic void dispose()
PartContext を親 WindowContext から削除します。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||