org.seasar.uruma.component.jface
クラス TableItemComponent

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.jface.TableItemComponent
すべての実装されたインタフェース:
UIComponent, UIElement

public class TableItemComponent
extends AbstractItemComponent

TableItem を表すコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
TableItemComponent()
           
 
メソッドの概要
 void addTableCell(TableCellComponent cell)
          テーブルセルを追加します。
 String getBackground()
          背景色を取得します。
 String getChecked()
          チェック状態を取得します。
 String getFontHeight()
          フォント高さを取得します。
 String getFontName()
          フォント名称を取得します。
 String getFontStyle()
          フォントスタイルを取得します。
 String getForeground()
          前景色を取得します。
 String getGrayed()
          グレーアウト状態を取得します。
 String getImage()
          イメージパスを取得します。
 List<TableCellComponent> getTableCells()
          テーブルセルのリストを取得します。
 String getText()
          テキストを取得します。
 void setBackground(String background)
          背景色を設定します。
 void setChecked(String checked)
          チェック状態を設定します。
 void setFontHeight(String fontHeight)
          フォント高さを設定します。
 void setFontName(String fontName)
          フォント名称を設定します。
 void setFontStyle(String fontStyle)
          フォントスタイルを設定します。
 void setForeground(String foreground)
          前景色を設定します。
 void setGrayed(String grayed)
          グレーアウト状態を設定します。
 void setImage(String image)
          イメージパスを設定します。
 void setText(String text)
          テキストを設定します。
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
doPreRender, doRender, getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

コンストラクタの詳細

TableItemComponent

public TableItemComponent()
メソッドの詳細

getBackground

public String getBackground()
背景色を取得します。

戻り値:
背景色

setBackground

public void setBackground(String background)
背景色を設定します。

パラメータ:
background - 背景色

getChecked

public String getChecked()
チェック状態を取得します。

戻り値:
チェック状態

setChecked

public void setChecked(String checked)
チェック状態を設定します。

パラメータ:
checked - チェック状態

getFontHeight

public String getFontHeight()
フォント高さを取得します。

戻り値:
フォント高さ

setFontHeight

public void setFontHeight(String fontHeight)
フォント高さを設定します。

パラメータ:
fontHeight - フォント高さ

getFontName

public String getFontName()
フォント名称を取得します。

戻り値:
フォント名称

setFontName

public void setFontName(String fontName)
フォント名称を設定します。

パラメータ:
fontName - フォント名称

getFontStyle

public String getFontStyle()
フォントスタイルを取得します。

戻り値:
フォントスタイル

setFontStyle

public void setFontStyle(String fontStyle)
フォントスタイルを設定します。

パラメータ:
fontStyle - フォントスタイル

getForeground

public String getForeground()
前景色を取得します。

戻り値:
前景色

setForeground

public void setForeground(String foreground)
前景色を設定します。

パラメータ:
foreground - 前景色

getGrayed

public String getGrayed()
グレーアウト状態を取得します。

戻り値:
グレーアウト状態

setGrayed

public void setGrayed(String grayed)
グレーアウト状態を設定します。

パラメータ:
grayed - グレーアウト状態

getImage

public String getImage()
クラス AbstractItemComponent の記述:
イメージパスを取得します。

オーバーライド:
クラス AbstractItemComponent 内の getImage
戻り値:
イメージパス

setImage

public void setImage(String image)
クラス AbstractItemComponent の記述:
イメージパスを設定します。

オーバーライド:
クラス AbstractItemComponent 内の setImage
パラメータ:
image - イメージパス

getText

public String getText()
クラス AbstractItemComponent の記述:
テキストを取得します。

オーバーライド:
クラス AbstractItemComponent 内の getText
戻り値:
テキスト

setText

public void setText(String text)
クラス AbstractItemComponent の記述:
テキストを設定します。

オーバーライド:
クラス AbstractItemComponent 内の setText
パラメータ:
text - テキスト

addTableCell

public void addTableCell(TableCellComponent cell)
テーブルセルを追加します。

パラメータ:
cell - TableCellComponent オブジェクト

getTableCells

public List<TableCellComponent> getTableCells()
テーブルセルのリストを取得します。

戻り値:
テーブルセルのリスト


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