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

java.lang.Object
  上位を拡張 org.seasar.uruma.component.impl.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.impl.AbstractUIComponent
          上位を拡張 org.seasar.uruma.component.impl.AbstractItemComponent
すべての実装されたインタフェース:
UIComponent, UIElement
直系の既知のサブクラス:
AbstractUIContainerItemComponent, MenuItemComponent, TableColumnComponent, TableItemComponent, ToolItemComponent

public abstract class AbstractItemComponent
extends AbstractUIComponent

Item を表す基底クラスです。

作成者:
bskuroneko

コンストラクタの概要
AbstractItemComponent()
           
 
メソッドの概要
 String getImage()
          イメージパスを取得します。
 String getText()
          テキストを取得します。
 void setImage(String image)
          イメージパスを設定します。
 void setText(String text)
          テキストを設定します。
 
クラス org.seasar.uruma.component.impl.AbstractUIComponent から継承されたメソッド
doPreRender, doRender, 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.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

AbstractItemComponent

public AbstractItemComponent()
メソッドの詳細

getImage

public String getImage()
イメージパスを取得します。

戻り値:
イメージパス

setImage

public void setImage(String image)
イメージパスを設定します。

パラメータ:
image - イメージパス

getText

public String getText()
テキストを取得します。

戻り値:
テキスト

setText

public void setText(String text)
テキストを設定します。

パラメータ:
text - テキスト


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.