org.seasar.uruma.component.jface
クラス CoolItemComponent
java.lang.Object
org.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIComponent
org.seasar.uruma.component.base.AbstractItemComponent
org.seasar.uruma.component.base.AbstractUIContainerItemComponent
org.seasar.uruma.component.jface.CoolItemComponent
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UIComponentContainer, UIElement, UIElementContainer, UIElementVisitorAcceptor
public class CoolItemComponent
- extends AbstractUIContainerItemComponent
- implements EnablesDependable
CoolItem
に対応するコンポーネントです。
- 作成者:
- bskuroneko
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
doPreRender, getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString |
CoolItemComponent
public CoolItemComponent()
getEnablesDependingId
public String getEnablesDependingId()
- インタフェース
EnablesDependable
の記述:
- 依存先コンポーネントの ID を返します。
- 定義:
- インタフェース
EnablesDependable
内の getEnablesDependingId
- 戻り値:
- 依存先コンポーネントの ID
setEnablesDependingId
public void setEnablesDependingId(String enablesDependingId)
- 依存先コンポーネントの ID を設定します。
- パラメータ:
enablesDependingId
- 依存先コンポーネントの ID
getEnablesFor
public String getEnablesFor()
- インタフェース
EnablesDependable
の記述:
- 依存方法を返します。
- 定義:
- インタフェース
EnablesDependable
内の getEnablesFor
- 戻り値:
- 依存方法
setEnablesForType
public void setEnablesForType(String enablesForType)
- 依存方法を設定します。
- パラメータ:
enablesForType
- 依存方法
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.