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.AbstractItemComponent から継承されたフィールド
image, text
 
コンストラクタの概要
CoolItemComponent()
           
 
メソッドの概要
 String getEnablesDependingId()
          依存先コンポーネントの ID を返します。
 String getEnablesFor()
          依存方法を返します。
 void setEnablesDependingId(String enablesDependingId)
          依存先コンポーネントの ID を設定します。
 void setEnablesForType(String enablesForType)
          依存方法を設定します。
 
クラス org.seasar.uruma.component.base.AbstractUIContainerItemComponent から継承されたメソッド
addChild, doRender, getChild, getChildren
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
doPreRender, getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

コンストラクタの詳細

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.