Class DatePropertyEditor
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.DatePropertyEditor
- 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
void
setDefaultValue
(String defaultValue) 初期値を設定します。void
setHideButtonPanel
(boolean hideButtonPanel) 現在日付設定ボタン表示可否を設定します。void
setMaxDate
(String maxDate) 最大日付を設定するvoid
setMaxDateFunction
(boolean maxDateFunction) 最大日付の設定値を JS ファンクション実行するパラメータを設定するvoid
setMinDate
(String minDate) 最小日付を設定するvoid
setMinDateFunction
(boolean minDateFunction) 最小日付の設定値を JS ファンクション実行するパラメータを設定するvoid
setRestrictDirectEditing
(boolean restrictDirectEditing) テキストフィールドへの直接入力を制限する値を設定するvoid
setShowWeekday
(boolean showWeekday) 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
-
DatePropertyEditor
public DatePropertyEditor()コンストラクタ
-
-
Method Details
-
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
- 初期値
-
isHideButtonPanel
public boolean isHideButtonPanel()現在日付設定ボタン表示可否を取得します。- Returns:
- 現在日付設定ボタン表示可否
-
setHideButtonPanel
public void setHideButtonPanel(boolean hideButtonPanel) 現在日付設定ボタン表示可否を設定します。- Parameters:
hideButtonPanel
- 現在日付設定ボタン表示可否
-
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
- テキストフィールドへの直接入力を制限する
-