public class Selection_DBRADIO extends Selection_NULL
NO_VALUE_OPTION
コンストラクタと説明 |
---|
Selection_DBRADIO(String newQuery,
String dbid,
String lang)
コンストラクター
DB検索用のSQL文を与えて、初期化します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
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,
boolean flag)
選択肢(value)に対するラベルを返します。
|
boolean |
isTimeOver()
オブジェクトのキャッシュが時間切れかどうかを返します。
|
getOption, getValueLabel, 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, boolean useShortLabel)
getOption
インタフェース内 Selection
getOption
クラス内 Selection_NULL
selectValue
- 選択されている値seqFlag
- シーケンスアクセス機能の指定useShortLabel
- 短ラベルの指定Selection_NULL.getOption( String, boolean )
5.1.3.0 (2010/02/01) 追加 |
5.7.7.1 (2014/06/13) Selection_NULL を 継承するため、削除 |
public String getRadio(String name, String selectValue, boolean useLabel)
getRadio
インタフェース内 Selection
getRadio
クラス内 Selection_NULL
name
- ラジオの nameselectValue
- 選択されている値useLabel
- ラベル表示の有無 [true:有/false:無]public String getValueLabel(String selectValue, boolean flag)
getValueLabel
インタフェース内 Selection
getValueLabel
クラス内 Selection_NULL
selectValue
- 選択肢の値flag
- 短縮ラベルを使用する [true:使用する/false:しない]Selection_NULL.getValueLabel( String )
public String getRadioLabel(String selectValue)
getRadioLabel
インタフェース内 Selection
getRadioLabel
クラス内 Selection_NULL
selectValue
- 選択肢の値getValueLabel( String,boolean )
public boolean isTimeOver()
isTimeOver
インタフェース内 Selection
isTimeOver
クラス内 Selection_NULL
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.