public class Selection_NULL extends Object implements Selection
5.7.3.0 (2014/02/07) 新規追加 |
5.7.7.1 (2014/06/13) 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()
マルチ・キーセレクトを使用するかどうかを返します。
|
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)
getOption
インタフェース内 Selection
selectValue
- 選択されている値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)
getOption
インタフェース内 Selection
selectValue
- 選択されている値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)
public String getRadioLabel(String selectValue)
getRadioLabel
インタフェース内 Selection
selectValue
- 選択されている値public String getValueLabel(String selectValue)
getValueLabel
インタフェース内 Selection
selectValue
- 選択肢の値getValueLabel( String,boolean )
public String getValueLabel(String selectValue, boolean flag)
getValueLabel
インタフェース内 Selection
selectValue
- 選択肢の値flag
- 短縮ラベルを [true:使用する/false:しない](常に false)getValueLabel( String )
5.7.3.0 (2014/02/07) 新規追加 |
public boolean useMultiSelect()
useMultiSelect
インタフェース内 Selection
public boolean isTimeOver()
isTimeOver
インタフェース内 Selection
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.