public class Selection_YMD extends Selection_NULL
5.6.1.1 (2013/02/08) 新規追加 |
NO_VALUE_OPTION
コンストラクタと説明 |
---|
Selection_YMD(String editPrm)
コンストラクター
引数は、開始、終了、ステップ、フォーマット、titleフォーマットです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getOption(String selectValue,
boolean seqFlag,
boolean useShortLabel)
初期値が選択済みの 選択肢(オプション)を返します。
|
String |
getValueLabel(String selectValue,
boolean flag)
選択肢(value)に対するラベルを返します。
|
boolean |
isTimeOver()
オブジェクトのキャッシュが時間切れかどうかを返します。
|
getOption, getRadio, getRadioLabel, getValueLabel, useMultiSelect
public Selection_YMD(String editPrm)
editPrm
- 開始、終了、ステップ、フォーマット、titleフォーマットを表す引数(-2,3,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 isTimeOver()
isTimeOver
インタフェース内 Selection
isTimeOver
クラス内 Selection_NULL
4.0.0.0 (2005/01/31) 新規作成 |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.