クラス TimePropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.PrimitivePropertyEditor
org.iplass.mtp.view.generic.editor.DateTimePropertyEditor
org.iplass.mtp.view.generic.editor.TimePropertyEditor
- すべての実装されたインタフェース:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,LabelablePropertyEditor
時間型プロパティエディタ
- 関連項目:
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.view.generic.editor.DateTimePropertyEditor
DateTimePropertyEditor.DateTimeDisplayType, DateTimePropertyEditor.MinIntereval, DateTimePropertyEditor.TimeDispRange
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明初期値を取得します。時間の表示範囲を取得します。分の間隔を取得します。boolean
TimePickerの利用有無を取得します。void
setDefaultValue
(String defaultValue) 初期値を設定します。void
setDispRange
(DateTimePropertyEditor.TimeDispRange dispRange) 時間の表示範囲を設定します。void
分の間隔を設定します。void
setUseTimePicker
(boolean useTimePicker) TimePickerの利用有無を設定します。クラスから継承されたメソッド org.iplass.mtp.view.generic.editor.DateTimePropertyEditor
getDatetimeFormat, getDisplayType, getLocalizedDatetimeFormatList, isHide, isHideSearchConditionFrom, isHideSearchConditionRangeSymbol, isHideSearchConditionTo, isInsertWithLabelValue, isLabel, isSingleDayCondition, isUpdateWithLabelValue, setDatetimeFormat, setDisplayType, setHideSearchConditionFrom, setHideSearchConditionRangeSymbol, setHideSearchConditionTo, setInsertWithLabelValue, setLocalizedDatetimeFormatList, setSingleDayCondition, setUpdateWithLabelValue
クラスから継承されたメソッド org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
コンストラクタの詳細
-
TimePropertyEditor
public TimePropertyEditor()コンストラクタ
-
-
メソッドの詳細
-
getDispRange
時間の表示範囲を取得します。- 戻り値:
- 時間の表示範囲
-
setDispRange
時間の表示範囲を設定します。- パラメータ:
dispRange
- 時間の表示範囲
-
getInterval
分の間隔を取得します。- 戻り値:
- 分の間隔
-
setInterval
分の間隔を設定します。- パラメータ:
interval
- 分の間隔
-
isUseTimePicker
public boolean isUseTimePicker()TimePickerの利用有無を取得します。- 戻り値:
- TimePickerの利用有無
-
setUseTimePicker
public void setUseTimePicker(boolean useTimePicker) TimePickerの利用有無を設定します。- パラメータ:
useTimePicker
- TimePickerの利用有無
-
getDefaultValue
クラスからコピーされた説明:PrimitivePropertyEditor
初期値を取得します。- 定義:
getDefaultValue
クラス内PrimitivePropertyEditor
- 戻り値:
- 初期値
-
setDefaultValue
クラスからコピーされた説明:PrimitivePropertyEditor
初期値を設定します。- 定義:
setDefaultValue
クラス内PrimitivePropertyEditor
- パラメータ:
defaultValue
- 初期値
-