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, UIElementVisitorAcceptor

public class TableItemComponent
extends AbstractItemComponent

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

作成者:
bskuroneko

フィールドの概要
 String background
           
 String checked
           
 String fontHeight
           
 String fontName
           
 String fontStyle
           
 String foreground
           
 String grayed
           
 String image
           
 String text
           
 
コンストラクタの概要
TableItemComponent()
           
 
メソッドの概要
 void addTableCell(TableCellComponent cell)
          テーブルセルを追加します。
 List<TableCellComponent> getTableCells()
          テーブルセルのリストを取得します。
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
doPreRender, doRender, 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.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

フィールドの詳細

background

public String background

checked

public String checked

fontHeight

public String fontHeight

fontName

public String fontName

fontStyle

public String fontStyle

foreground

public String foreground

grayed

public String grayed

image

public String image

text

public String text
コンストラクタの詳細

TableItemComponent

public TableItemComponent()
メソッドの詳細

addTableCell

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

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

getTableCells

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

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


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