Class TimestampPropertyEditor
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.TimestampPropertyEditor
- 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
現在日付設定ボタン表示可否を取得します。boolean
最大日付の設定値を JS ファンクション実行するパラメータを取得するboolean
最小日付の設定値を JS ファンクション実行するパラメータを取得するboolean
時間のデフォルト値補完を行わないを取得します。boolean
テキストフィールドへの直接入力を制限する値を取得するboolean
boolean
DatetimePickerの利用有無を取得します。void
setDefaultValue
(String defaultValue) 初期値を設定します。void
setDispRange
(DateTimePropertyEditor.TimeDispRange dispRange) 時間の表示範囲を設定します。void
setHideButtonPanel
(boolean hideButtonPanel) 現在日付設定ボタン表示可否を設定します。void
分の間隔を設定します。void
setMaxDate
(String maxDate) 最大日付を設定するvoid
setMaxDateFunction
(boolean maxDateFunction) 最大日付の設定値を JS ファンクション実行するパラメータを設定するvoid
setMinDate
(String minDate) 最小日付を設定するvoid
setMinDateFunction
(boolean minDateFunction) 最小日付の設定値を JS ファンクション実行するパラメータを設定するvoid
setNotFillTime
(boolean notFillTime) 時間のデフォルト値補完を行わないを設定します。void
setRestrictDirectEditing
(boolean restrictDirectEditing) テキストフィールドへの直接入力を制限する値を設定するvoid
setShowWeekday
(boolean showWeekday) void
setUseDatetimePicker
(boolean useDatetimePicker) DatetimePickerの利用有無を設定します。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
-
TimestampPropertyEditor
public TimestampPropertyEditor()コンストラクタ
-
-
Method Details
-
getDispRange
時間の表示範囲を取得します。- Returns:
- 時間の表示範囲
-
setDispRange
時間の表示範囲を設定します。- Parameters:
dispRange
- 時間の表示範囲
-
getInterval
分の間隔を取得します。- Returns:
- 分の間隔
-
setInterval
分の間隔を設定します。- Parameters:
interval
- 分の間隔
-
isHideButtonPanel
public boolean isHideButtonPanel()現在日付設定ボタン表示可否を取得します。- Returns:
- 現在日付設定ボタン表示可否
-
setHideButtonPanel
public void setHideButtonPanel(boolean hideButtonPanel) 現在日付設定ボタン表示可否を設定します。- Parameters:
hideButtonPanel
- 現在日付設定ボタン表示可否
-
isNotFillTime
public boolean isNotFillTime()時間のデフォルト値補完を行わないを取得します。- Returns:
- 時間のデフォルト値補完を行わない
-
setNotFillTime
public void setNotFillTime(boolean notFillTime) 時間のデフォルト値補完を行わないを設定します。- Parameters:
notFillTime
- 時間のデフォルト値補完を行わない
-
isUseDatetimePicker
public boolean isUseDatetimePicker()DatetimePickerの利用有無を取得します。- Returns:
- DatetimePickerの利用有無
-
setUseDatetimePicker
public void setUseDatetimePicker(boolean useDatetimePicker) DatetimePickerの利用有無を設定します。- Parameters:
displayDateTimePicker
- DatetimePickerの利用有無
-
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
- 初期値
-
isShowWeekday
public boolean isShowWeekday()- Returns:
- showWeekday
-
setShowWeekday
public void setShowWeekday(boolean showWeekday) - Parameters:
showWeekday
- セットする showWeekday
-
getMinDate
最小日付を取得する- Returns:
- 最小日付
-
setMinDate
最小日付を設定する- Parameters:
minDate
- 最小日付
-
isMinDateFunction
public boolean isMinDateFunction()最小日付の設定値を JS ファンクション実行するパラメータを取得する- Returns:
- ファンクション実行するか(true: ファンクション実行する、false: 設定値を利用する)
-
setMinDateFunction
public void setMinDateFunction(boolean minDateFunction) 最小日付の設定値を JS ファンクション実行するパラメータを設定する- Parameters:
minDateFunction
- ファンクション実行するか
-
getMaxDate
最大日付を取得する- Returns:
- 最大日付
-
setMaxDate
最大日付を設定する- Parameters:
maxDate
- 最大日付
-
isMaxDateFunction
public boolean isMaxDateFunction()最大日付の設定値を JS ファンクション実行するパラメータを取得する- Returns:
- ファンクション実行するか(true: ファンクション実行する、false: 設定値を利用する)
-
setMaxDateFunction
public void setMaxDateFunction(boolean maxDateFunction) 最大日付の設定値を JS ファンクション実行するパラメータを設定する- Parameters:
maxDateFunction
- ファンクション実行するか
-
isRestrictDirectEditing
public boolean isRestrictDirectEditing()テキストフィールドへの直接入力を制限する値を取得する- Returns:
- テキストフィールドへの直接入力を制限する(true: 直接入力不可能、false: 直接入力可能)
-
setRestrictDirectEditing
public void setRestrictDirectEditing(boolean restrictDirectEditing) テキストフィールドへの直接入力を制限する値を設定する- Parameters:
restrictDirectEditing
- テキストフィールドへの直接入力を制限する
-