|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.hayabusa.db.AbstractEditor
org.opengion.plugin.column.Editor_PN
public class Editor_PN
PN エディターは、カラムのデータをカラムのデータを品番情報(11桁の文字列を3-5-3編集)する 場合に使用するクラスです。 カラムの表示に必要な属性は, DBColumn オブジェクト より取り出します。 このクラスは、DBColumn オブジェクト毎に1つ作成されます。
フィールドの概要 |
---|
クラス org.opengion.hayabusa.db.AbstractEditor から継承されたフィールド |
---|
attributes, name, optAttr, size1, size2, tagBuffer |
コンストラクタの概要 | |
---|---|
Editor_PN()
デフォルトコンストラクター。 |
メソッドの概要 | |
---|---|
java.lang.String |
getValue(int row,
java.lang.String value)
name属性を変えた、データ表示/編集用のHTML文字列を作成します。 |
java.lang.String |
getValue(java.lang.String value)
データの編集用文字列を返します。 |
CellEditor |
newInstance(DBColumn clm)
各オブジェクトから自分のインスタンスを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Editor_PN()
3.1.1.1 (2003/04/03) 各オブジェクトから自分のインスタンスを返すファクトリメソッドを追加。 |
メソッドの詳細 |
---|
public CellEditor newInstance(DBColumn clm)
clm
- DBColumnオブジェクト
public java.lang.String getValue(java.lang.String value)
CellEditor
内の getValue
AbstractEditor
内の getValue
value
- 入力値
public java.lang.String getValue(int row, java.lang.String value)
CellEditor
内の getValue
AbstractEditor
内の getValue
row
- 行番号value
- 入力値
|
openGion 5.7.8.0 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |