org.seasar.uruma.component.impl
クラス CoolItemComponent

java.lang.Object
  上位を拡張 org.seasar.uruma.component.impl.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.impl.AbstractUIComponent
          上位を拡張 org.seasar.uruma.component.impl.AbstractItemComponent
              上位を拡張 org.seasar.uruma.component.impl.AbstractUIContainerItemComponent
                  上位を拡張 org.seasar.uruma.component.impl.CoolItemComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIContainer, UIElement

public class CoolItemComponent
extends AbstractUIContainerItemComponent
implements EnablesDependable

CoolItem に対応するコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
CoolItemComponent()
           
 
メソッドの概要
 String getEnablesDependingId()
          依存先コンポーネントの ID を返します。
 String getEnablesFor()
          依存方法を返します。
 void setEnablesDependingId(String enablesDependingId)
          依存先コンポーネントの ID を設定します。
 void setEnablesForType(String enablesForType)
          依存方法を設定します。
 
クラス org.seasar.uruma.component.impl.AbstractUIContainerItemComponent から継承されたメソッド
addChild, doRender, getChild, getChildren
 
クラス org.seasar.uruma.component.impl.AbstractItemComponent から継承されたメソッド
getImage, getText, setImage, setText
 
クラス org.seasar.uruma.component.impl.AbstractUIComponent から継承されたメソッド
doPreRender, getId, getParent, getRenderer, getStyle, getWidgetHandle, preRender, render, setId, setParent, setRenderer, setStyle, setWidgetHandle
 
クラス org.seasar.uruma.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, getWidgetHandle, preRender, render, setId, setParent, setRenderer, setStyle, setWidgetHandle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

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-2007 The Seasar Foundation. All Rights Reserved.