|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.impl.AbstractUIElement
org.seasar.uruma.component.impl.AbstractUIComponent
org.seasar.uruma.component.impl.AbstractItemComponent
org.seasar.uruma.component.impl.TableItemComponent
public class TableItemComponent
TableItem
を表すコンポーネントです。
コンストラクタの概要 | |
---|---|
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.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 |
コンストラクタの詳細 |
---|
public TableItemComponent()
メソッドの詳細 |
---|
public String getBackground()
public void setBackground(String background)
background
- 背景色public String getChecked()
public void setChecked(String checked)
checked
- チェック状態public String getFontHeight()
public void setFontHeight(String fontHeight)
fontHeight
- フォント高さpublic String getFontName()
public void setFontName(String fontName)
fontName
- フォント名称public String getFontStyle()
public void setFontStyle(String fontStyle)
fontStyle
- フォントスタイルpublic String getForeground()
public void setForeground(String foreground)
foreground
- 前景色public String getGrayed()
public void setGrayed(String grayed)
grayed
- グレーアウト状態public String getImage()
AbstractItemComponent
の記述:
AbstractItemComponent
内の getImage
public void setImage(String image)
AbstractItemComponent
の記述:
AbstractItemComponent
内の setImage
image
- イメージパスpublic String getText()
AbstractItemComponent
の記述:
AbstractItemComponent
内の getText
public void setText(String text)
AbstractItemComponent
の記述:
AbstractItemComponent
内の setText
text
- テキストpublic void addTableCell(TableCellComponent cell)
cell
- TableCellComponent
オブジェクトpublic List<TableCellComponent> getTableCells()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |