public class Selection_NUM extends Selection_NULL
5.6.1.1 (2013/02/08) 新規追加 |
NO_VALUE_OPTION
コンストラクタと説明 |
---|
Selection_NUM(String editPrm)
コンストラクター
引数は、開始、終了、ステップです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getOption(String selectValue,
boolean seqFlag,
boolean useShortLabel)
初期値が選択済みの 選択肢(オプション)を返します。
|
String |
getValueLabel(String selectValue,
boolean flag)
選択肢(value)に対するラベルを返します。
|
boolean |
useMultiSelect()
マルチ・キーセレクトを使用するかどうかを返します(false固定)。
|
getOption, getRadio, getRadioLabel, getValueLabel, isTimeOver
public Selection_NUM(String editPrm)
editPrm
- 開始、終了、[ステップ]を表す引数(例:1,10,1)public String getOption(String selectValue, boolean seqFlag, boolean useShortLabel)
getOption
インタフェース内 Selection
getOption
クラス内 Selection_NULL
selectValue
- 選択されている値seqFlag
- シーケンスアクセス機能 [true:ON/false:OFF]useShortLabel
- ラベル(短)をベースとしたオプション表示を行うかどうか。(未使用)Selection_NULL.getOption( String, boolean )
public String getValueLabel(String selectValue, boolean flag)
getValueLabel
インタフェース内 Selection
getValueLabel
クラス内 Selection_NULL
selectValue
- 選択肢の値flag
- 短縮ラベルを [true:使用する/false:しない] (未使用)Selection_NULL.getValueLabel( String )
4.0.0.0 (2005/11/30) を追加 |
public boolean useMultiSelect()
useMultiSelect
インタフェース内 Selection
useMultiSelect
クラス内 Selection_NULL
3.5.5.7 (2004/05/10) 新規作成 |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.