|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.fisshplate.core.element.AbstractCell
public abstract class AbstractCell
セル要素の基底抽象クラスです。
フィールドの概要 | |
---|---|
protected CellWrapper |
cell
テンプレート側のセル |
メソッドの概要 | |
---|---|
protected void |
copyCellStyle(FPContext context,
HSSFCell outCell)
テンプレート側のセルのスタイルを出力側へコピーします。 |
Object |
getCellValue()
|
void |
merge(FPContext context)
コンテキストに格納されたデータをテンプレートに埋め込みます。 |
void |
setCellValue(Object cellValue)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected CellWrapper cell
メソッドの詳細 |
---|
public void merge(FPContext context) throws FPMergeException
TemplateElement
の記述:
TemplateElement
内の merge
context
- コンテキスト
FPMergeException
- データ埋め込み時にエラーが発生した際に投げられます。protected void copyCellStyle(FPContext context, HSSFCell outCell)
context
- コンテキストoutCell
- 出力するセルpublic Object getCellValue()
public void setCellValue(Object cellValue)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |