|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.plugin.column.AbstractRenderer
org.opengion.plugin.column.Renderer_QUERY
public class Renderer_QUERY
QUERY レンデラーは、表示パラメータで指定された SQL文の実行結果を表示する クラスで、元のValue を、$1 として使用可能です。 又、$Cで自身のカラム名が使用可能です。 カラムの表示に必要な属性は, DBColumn オブジェクト より取り出します。 このクラスは、DBColumn オブジェクト毎に1つ作成されます。
2.1.1.1 (2002/11/15) QUERY レンデラーを新規追加しました。 |
フィールドの概要 | |
---|---|
static boolean |
USE_DB_APPLICATION_INFO
コネクションにアプリケーション情報を追記するかどうか指定 |
コンストラクタの概要 | |
---|---|
Renderer_QUERY()
デフォルトコンストラクター。 |
メソッドの概要 | |
---|---|
java.lang.String |
getValue(java.lang.String value)
データの表示用文字列を返します。 |
CellRenderer |
newInstance(DBColumn clm)
各オブジェクトから自分のインスタンスを返します。 |
クラス org.opengion.plugin.column.AbstractRenderer から継承されたメソッド |
---|
getValue |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final boolean USE_DB_APPLICATION_INFO
コンストラクタの詳細 |
---|
public Renderer_QUERY()
3.1.1.1 (2003/04/03) 各オブジェクトから自分のインスタンスを返すファクトリメソッドを追加。 |
3.8.7.0 (2006/12/15) アクセスログ取得の為,ApplicationInfo オブジェクトを設定 |
メソッドの詳細 |
---|
public CellRenderer newInstance(DBColumn clm)
clm
- DBColumn オブジェクト
3.1.1.1 (2003/04/03) 各オブジェクトから自分のインスタンスを返すファクトリメソッドを追加。 |
3.1.2.1 (2003/04/10) synchronized を、削除します。 |
public java.lang.String getValue(java.lang.String value)
CellRenderer
内の getValue
AbstractRenderer
内の getValue
value
- String
3.4.0.2 (2003/09/05) AAA:BBB:CCC:DDD という値を、$1,$2,$3,$4 に割り当てます。 |
3.8.7.0 (2006/12/15) アクセスログ取得の為,ApplicationInfo オブジェクトを設定 |
4.3.4.0 (2008/12/01) $C対応 |
|
openGion 5.0.0.2 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |