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

フィールドの概要
 
クラス org.seasar.fisshplate.core.element.AbstractCell から継承されたフィールド
cell
 
コンストラクタの概要
GenericCell(CellWrapper cell)
          コンストラクタです。
 
メソッドの概要
protected  void mergeImpl(FPContext context, HSSFCell out)
          このクラスを継承したクラスで実装される、データ埋め込み処理の実装です。
 
クラス org.seasar.fisshplate.core.element.AbstractCell から継承されたメソッド
copyCellStyle, getCellValue, merge, setCellValue
 
クラス 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.