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
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
doPreRender, doRender, getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString |
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.