public abstract class AbstractRenderer extends Object implements CellRenderer
DBCell の具象クラスで、カラムのデータを表示する場合に使用するクラスです。 カラムの表示に必要な属性は, DBColumn オブジェクト より取り出します。 このクラスは、DBColumn オブジェクト毎に1つ作成されます。
修飾子とタイプ | フィールドと説明 |
---|---|
protected static int |
BUFFER_MIDDLE
StringBilderなどの初期値を設定します。
|
protected static String |
CR
システムの改行コードを設定します。
|
修飾子 | コンストラクタと説明 |
---|---|
protected |
AbstractRenderer()
デフォルトコンストラクター
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getValue(int row,
String value)
name属性を変えた、データ表示/編集用のHTML文字列を作成します。
|
String |
getValue(String value)
データの表示用文字列を返します。
|
String |
getWriteValue(String value)
データ出力用の文字列を作成します。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
protected static final String CR
protected static final int BUFFER_MIDDLE
protected AbstractRenderer()
6.4.2.0 (2016/01/29) PMD refactoring. Each class should declare at least one constructor. |
public String getValue(String value)
getValue
インタフェース内 CellRenderer
value
- 入力値6.0.4.0 (2014/11/28) ロジックの共通化 |
public String getValue(int row, String value)
getValue
インタフェース内 CellRenderer
row
- 行番号value
- 入力値getValue( String )
public String getWriteValue(String value)
getWriteValue
インタフェース内 CellRenderer
value
- 入力値getValue( String )
6.0.4.0 (2014/11/28) データ出力用のレンデラー |
6.2.0.0 (2015/02/27) StringUtil#spanCut(String) を入れます。 |
6.2.4.2 (2015/05/29) StringUtil#spanCut(String) → StringUtil#tagCut(String) に変更します。 |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.