クラス 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
- すべての実装されたインタフェース:
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
現在日付設定ボタン表示可否を取得します。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) クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
DatePropertyEditor
public DatePropertyEditor()コンストラクタ
-
-
メソッドの詳細
-
getDefaultValue
クラスからコピーされた説明:PrimitivePropertyEditor
初期値を取得します。- 定義:
getDefaultValue
クラス内PrimitivePropertyEditor
- 戻り値:
- 初期値
-
setDefaultValue
クラスからコピーされた説明:PrimitivePropertyEditor
初期値を設定します。- 定義:
setDefaultValue
クラス内PrimitivePropertyEditor
- パラメータ:
defaultValue
- 初期値
-
isHideButtonPanel
public boolean isHideButtonPanel()現在日付設定ボタン表示可否を取得します。- 戻り値:
- 現在日付設定ボタン表示可否
-
setHideButtonPanel
public void setHideButtonPanel(boolean hideButtonPanel) 現在日付設定ボタン表示可否を設定します。- パラメータ:
hideButtonPanel
- 現在日付設定ボタン表示可否
-
isShowWeekday
public boolean isShowWeekday()- 戻り値:
- showWeekday
-
setShowWeekday
public void setShowWeekday(boolean showWeekday) - パラメータ:
showWeekday
- セットする showWeekday
-
getMinDate
最小日付を取得する- 戻り値:
- 最小日付
-
setMinDate
最小日付を設定する- パラメータ:
minDate
- 最小日付
-
isMinDateFunction
public boolean isMinDateFunction()最小日付の設定値を JS ファンクション実行するパラメータを取得する- 戻り値:
- ファンクション実行するか(true: ファンクション実行する、false: 設定値を利用する)
-
setMinDateFunction
public void setMinDateFunction(boolean minDateFunction) 最小日付の設定値を JS ファンクション実行するパラメータを設定する- パラメータ:
minDateFunction
- ファンクション実行するか
-
getMaxDate
最大日付を取得する- 戻り値:
- 最大日付
-
setMaxDate
最大日付を設定する- パラメータ:
maxDate
- 最大日付
-
isMaxDateFunction
public boolean isMaxDateFunction()最大日付の設定値を JS ファンクション実行するパラメータを取得する- 戻り値:
- ファンクション実行するか(true: ファンクション実行する、false: 設定値を利用する)
-
setMaxDateFunction
public void setMaxDateFunction(boolean maxDateFunction) 最大日付の設定値を JS ファンクション実行するパラメータを設定する- パラメータ:
maxDateFunction
- ファンクション実行するか
-
isRestrictDirectEditing
public boolean isRestrictDirectEditing()テキストフィールドへの直接入力を制限する値を取得する- 戻り値:
- テキストフィールドへの直接入力を制限する(true: 直接入力不可能、false: 直接入力可能)
-
setRestrictDirectEditing
public void setRestrictDirectEditing(boolean restrictDirectEditing) テキストフィールドへの直接入力を制限する値を設定する- パラメータ:
restrictDirectEditing
- テキストフィールドへの直接入力を制限する
-