|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.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
内の getWidgetHandle
AbstractWidgetHolder
内の getWidgetHandle
handleId
- ハンドルID
WidgetHandle
オブジェクト。見つからなかった場合は、null
。public boolean hasWidgetHandle(String handleId)
WidgetHolder
の記述: handleId
で指定された ID を持つ WidgetHandle
が存在するかどうかを調べます。
WidgetHolder
内の hasWidgetHandle
AbstractWidgetHolder
内の hasWidgetHandle
handleId
- ハンドルID
true
。存在しなければ false
public FormDesc getFormDesc()
PartContext
の記述: FormDesc
オブジェクトを取得します。
PartContext
内の getFormDesc
FormDesc
オブジェクトpublic Object getFormObject()
PartContext
の記述:
PartContext
内の getFormObject
public PartActionDesc getPartActionDesc()
PartContext
の記述: PartActionDesc
オブジェクトを取得します。
PartContext
内の getPartActionDesc
PartActionDesc
オブジェクトpublic Object getPartActionObject()
PartContext
の記述:
PartContext
内の getPartActionObject
public String getName()
PartContext
の記述:
PartContext
内の getName
public void setFormDesc(FormDesc desc)
PartContext
の記述: FormDesc
オブジェクトを設定します。
PartContext
内の setFormDesc
desc
- FormDesc
オブジェクトpublic void setFormObject(Object object)
PartContext
の記述:
PartContext
内の setFormObject
object
- フォームクラスのオブジェクトpublic void setPartActionDesc(PartActionDesc desc)
PartContext
の記述: PartActionDesc
オブジェクトを設定します。
PartContext
内の setPartActionDesc
desc
- PartActionDesc
オブジェクトpublic void setPartActionObject(Object object)
PartContext
の記述:
PartContext
内の setPartActionObject
object
- パートアクションクラスのオブジェクトpublic WindowContext getWindowContext()
PartContext
の記述: WindowContext
を返します。
PartContext
内の getWindowContext
WindowContext
オブジェクトpublic void dispose()
PartContext
を親 WindowContext
から削除します。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |