|
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.opengion.hayabusa.db.Selection_NULL
public class Selection_NULL
データのコード情報を取り扱うSelectionクラスの、NULL時オブジェクトです。 以前は、Selection オブジェクトが null の場合に、NullPointerException で いきなりエラーで停止していましたが、この、NULLセレクションを作成することで、 取りあえず、どういう状況なのか、判るようにします。
| 5.7.3.0 (2014/02/07) 新規追加 |
| 5.7.7.1 (2014/06/13) Selectionオブジェクトの基本実装とします。 |
| フィールドの概要 |
|---|
| インタフェース org.opengion.hayabusa.db.Selection から継承されたフィールド |
|---|
NO_VALUE_OPTION |
| コンストラクタの概要 | |
|---|---|
Selection_NULL()
デフォルトコンストラクター 継承元のクラスから、呼び出させるように、作成しておきます。 |
|
Selection_NULL(String strCode)
引数に初期メッセージを指定して作成する、コンストラクター |
|
| メソッドの概要 | |
|---|---|
String |
getOption(String selectValue,
boolean seqFlag)
初期値が選択済みの 選択肢(オプション)を返します。 |
String |
getOption(String selectValue,
boolean seqFlag,
boolean useShortLabel)
初期値が選択済みの 選択肢(オプション)を返します。 |
String |
getRadio(String name,
String selectValue,
boolean useLabel)
初期値が選択済みの 選択肢(オプション)を返します。 |
String |
getRadioLabel(String selectValue)
初期値が選択済みの 選択肢(オプション)を返します。 |
String |
getValueLabel(String selectValue)
選択肢(value)に対するラベルを返します。 |
String |
getValueLabel(String selectValue,
boolean flag)
選択肢(value)に対するラベルを返します。 |
boolean |
isTimeOver()
オブジェクトのキャッシュが時間切れかどうかを返します。 |
boolean |
useMultiSelect()
マルチ・キーセレクトを使用するかどうかを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Selection_NULL()
| 5.7.7.1 (2014/06/13) 新規追加 |
public Selection_NULL(String strCode)
strCode - 初期メッセージ文字列| 5.7.3.0 (2014/02/07) 新規追加 |
| メソッドの詳細 |
|---|
public String getOption(String selectValue,
boolean seqFlag)
Selection 内の getOptionselectValue - 選択されている値seqFlag - シーケンスアクセス機能 [true:ON/false:OFF]
getOption( String, boolean, boolean )| 5.7.7.1 (2014/06/13) 新規追加 |
public String getOption(String selectValue,
boolean seqFlag,
boolean useShortLabel)
Selection 内の getOptionselectValue - 選択されている値seqFlag - シーケンスアクセス機能 [true:ON/false:OFF]useShortLabel - ラベル(短)をベースとしたオプション表示を行うかどうか(常にfalse)。
getOption( String, boolean )| 5.7.3.0 (2014/02/07) 新規追加 |
public String getRadio(String name,
String selectValue,
boolean useLabel)
Selection 内の getRadioname - ラジオの nameselectValue - 選択されている値useLabel - ラベル表示の有無 [true:有/false:無]
public String getRadioLabel(String selectValue)
Selection 内の getRadioLabelselectValue - 選択されている値
public String getValueLabel(String selectValue)
Selection 内の getValueLabelselectValue - 選択肢の値
getValueLabel( String,boolean )
public String getValueLabel(String selectValue,
boolean flag)
Selection 内の getValueLabelselectValue - 選択肢の値flag - 短縮ラベルを [true:使用する/false:しない](常に false)
getValueLabel( String )| 5.7.3.0 (2014/02/07) 新規追加 |
public boolean useMultiSelect()
Selection 内の useMultiSelectpublic boolean isTimeOver()
Selection 内の isTimeOver
|
openGion 5.8.7.0 | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||