openGionopenGion
5.1.6.0

org.opengion.plugin.column
クラス Editor_TEXT

java.lang.Object
  上位を拡張 org.opengion.plugin.column.AbstractEditor
      上位を拡張 org.opengion.plugin.column.Editor_TEXT
すべての実装されたインタフェース:
CellEditor

public class Editor_TEXT
extends AbstractEditor

TEXT エディターは、カラムのデータをテキストフィールドで編集する場合に使用するクラスです。 カラムの表示に必要な属性は, DBColumn オブジェクト より取り出します。 このクラスは、DBColumn オブジェクト毎に1つ作成されます。

機能階層
データ編集
バージョン
4.0
作成者
Kazuhiko Hasegawa
導入されたバージョン:
JDK5.0,

フィールドの概要
 
クラス org.opengion.plugin.column.AbstractEditor から継承されたフィールド
attributes, editor, eventColumn, eventURL, name, optAttr, size1, size2, tagBuffer
 
コンストラクタの概要
Editor_TEXT()
          デフォルトコンストラクター。
 
メソッドの概要
 CellEditor newInstance(DBColumn clm)
          各オブジェクトから自分のインスタンスを返します。
 
クラス org.opengion.plugin.column.AbstractEditor から継承されたメソッド
createEventColumnJS, getValue, getValue
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Editor_TEXT

public Editor_TEXT()
デフォルトコンストラクター。 このコンストラクターで、基本オブジェクトを作成します。

変更履歴:
3.1.1.1 (2003/04/03) 各オブジェクトから自分のインスタンスを返すファクトリメソッドを追加。
メソッドの詳細

newInstance

public CellEditor newInstance(DBColumn clm)
各オブジェクトから自分のインスタンスを返します。 自分自身をキャッシュするのか、新たに作成するのかは、各サブクラスの実装に まかされます。

パラメータ:
clm - DBColumn オブジェクト
戻り値:
CellEditor オブジェクト
変更履歴:
3.1.1.1 (2003/04/03) 各オブジェクトから自分のインスタンスを返すファクトリメソッドを追加。
3.1.2.1 (2003/04/10) synchronized を、削除します。

openGion 5.1.6.0

Webアプリケーションフレームワーク openGion
SourceForge.JPCopyright (c) 2009 The openGion Project.