public class Selection_DBRADIO extends Object implements Selection
NO_VALUE_OPTION| コンストラクタと説明 |
|---|
Selection_DBRADIO(String newQuery,
String dbid,
String lang)
コンストラクター
DB検索用のSQL文を与えて、初期化します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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)
選択肢(value)に対するラベルを返します。
|
String |
getValueLabel(String selectValue)
選択肢(value)に対するラベルを返します。
|
String |
getValueLabel(String selectValue,
boolean flag)
選択肢(value)に対するラベルを返します。
|
boolean |
isTimeOver()
オブジェクトのキャッシュが時間切れかどうかを返します。
|
boolean |
useMultiSelect()
マルチ・キーセレクトを使用するかどうかを返します。
|
public Selection_DBRADIO(String newQuery, String dbid, String lang)
newQuery - DB検索(SQL)文字列dbid - データベース接続先IDlang - リソースを使用する場合の言語| 5.1.9.0 (2010/08/01) String[] value 廃止 |
public String getOption(String selectValue, boolean seqFlag)
public String getOption(String selectValue, boolean seqFlag, boolean useShortLabel)
public String getRadio(String name, String selectValue, boolean useLabel)
public String getValueLabel(String selectValue)
getValueLabel インタフェース内 SelectionselectValue - 選択肢の値getValueLabel( String,boolean )public String getValueLabel(String selectValue, boolean flag)
getValueLabel インタフェース内 SelectionselectValue - 選択肢の値flag - 短縮ラベルを使用する [true:使用する/false:しない]getValueLabel( String )public String getRadioLabel(String selectValue)
getRadioLabel インタフェース内 SelectionselectValue - 選択肢の値getValueLabel( String,boolean )public boolean useMultiSelect()
useMultiSelect インタフェース内 Selectionpublic boolean isTimeOver()
isTimeOver インタフェース内 SelectionWebアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.