org.seasar.fisshplate.core.element
クラス GenericCell
java.lang.Object
org.seasar.fisshplate.core.element.AbstractCell
org.seasar.fisshplate.core.element.GenericCell
- すべての実装されたインタフェース:
- TemplateElement
public class GenericCell
- extends AbstractCell
値を持つ通常のセルの情報を保持する要素クラスです。
- 作成者:
- rokugen
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericCell
public GenericCell(CellWrapper cell)
- コンストラクタです。
- パラメータ:
cell
- 保持するテンプレート側のセル
mergeImpl
protected void mergeImpl(FPContext context,
HSSFCell out)
- クラス
AbstractCell
の記述:
- このクラスを継承したクラスで実装される、データ埋め込み処理の実装です。
- パラメータ:
context
- コンテキストout
- 出力先のセル
Copyright © 2009 The Seasar Foundation. All Rights Reserved.