Class 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
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,LabelablePropertyEditor
時間型プロパティエディタ
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.iplass.mtp.view.generic.editor.DateTimePropertyEditor
DateTimePropertyEditor.DateTimeDisplayType, DateTimePropertyEditor.MinIntereval, DateTimePropertyEditor.TimeDispRange
-
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription初期値を取得します。時間の表示範囲を取得します。分の間隔を取得します。boolean
TimePickerの利用有無を取得します。void
setDefaultValue
(String defaultValue) 初期値を設定します。void
setDispRange
(DateTimePropertyEditor.TimeDispRange dispRange) 時間の表示範囲を設定します。void
分の間隔を設定します。void
setUseTimePicker
(boolean useTimePicker) TimePickerの利用有無を設定します。Methods inherited from class 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
Methods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
Constructor Details
-
TimePropertyEditor
public TimePropertyEditor()コンストラクタ
-
-
Method Details
-
getDispRange
時間の表示範囲を取得します。- Returns:
- 時間の表示範囲
-
setDispRange
時間の表示範囲を設定します。- Parameters:
dispRange
- 時間の表示範囲
-
getInterval
分の間隔を取得します。- Returns:
- 分の間隔
-
setInterval
分の間隔を設定します。- Parameters:
interval
- 分の間隔
-
isUseTimePicker
public boolean isUseTimePicker()TimePickerの利用有無を取得します。- Returns:
- TimePickerの利用有無
-
setUseTimePicker
public void setUseTimePicker(boolean useTimePicker) TimePickerの利用有無を設定します。- Parameters:
useTimePicker
- TimePickerの利用有無
-
getDefaultValue
Description copied from class:PrimitivePropertyEditor
初期値を取得します。- Specified by:
getDefaultValue
in classPrimitivePropertyEditor
- Returns:
- 初期値
-
setDefaultValue
Description copied from class:PrimitivePropertyEditor
初期値を設定します。- Specified by:
setDefaultValue
in classPrimitivePropertyEditor
- Parameters:
defaultValue
- 初期値
-