Class DateRangePropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.CustomPropertyEditor
org.iplass.mtp.view.generic.editor.DateRangePropertyEditor
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,RangePropertyEditor
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription表示タイプを取得します。Toプロパティ表示名の多言語設定情報を取得します。オブジェクト名を取得します。boolean
boolean
Fromプロパティに対して値を含めて検索するかを取得します。boolean
boolean
boolean
Toプロパティに対して値を含めて検索するかを取得します。void
setEditor
(PropertyEditor editor) void
setEquivalentInput
(boolean equivalentInput) void
setErrorMessage
(String errorMessage) void
setFromConditionAsLesserEqual
(boolean fromConditionAsLesserEqual) Fromプロパティに対して値を含めて検索するかを設定します。void
setInputNullFrom
(boolean inputNullFrom) void
setInputNullTo
(boolean inputNullTo) void
setLocalizedErrorMessageList
(List<LocalizedStringDefinition> localizedErrorMessageList) void
setLocalizedToPropertyDisplayNameList
(List<LocalizedStringDefinition> localizedToPropertyDisplayNameList) Toプロパティ表示名の多言語設定情報を設定します。void
setObjectName
(String objectName) オブジェクト名を設定します。void
setToConditionAsGreaterEqual
(boolean toConditionAsGreaterEqual) Toプロパティに対して値を含めて検索するかを設定します。void
setToEditor
(PropertyEditor toEditor) void
setToPropertyDisplayName
(String toPropertyDisplayName) void
setToPropertyName
(String toPropertyName) Methods inherited from class org.iplass.mtp.view.generic.editor.CustomPropertyEditor
isHide
Methods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.iplass.mtp.view.generic.editor.RangePropertyEditor
getPropertyName
-
Constructor Details
-
DateRangePropertyEditor
public DateRangePropertyEditor()
-
-
Method Details
-
getDisplayType
Description copied from class:PropertyEditor
表示タイプを取得します。- Specified by:
getDisplayType
in classPropertyEditor
- Returns:
- 表示タイプ
-
getObjectName
オブジェクト名を取得します。- Returns:
- オブジェクト名
-
setObjectName
オブジェクト名を設定します。- Parameters:
objectName
- オブジェクト名
-
getEditor
- Specified by:
getEditor
in interfaceRangePropertyEditor
- Returns:
- editor
-
setEditor
- Parameters:
editor
- セットする editor
-
isInputNullFrom
public boolean isInputNullFrom()- Returns:
- inputNullFrom
-
setInputNullFrom
public void setInputNullFrom(boolean inputNullFrom) - Parameters:
FromのNull許容フラグをセットする
-
-
isFromConditionAsLesserEqual
public boolean isFromConditionAsLesserEqual()Fromプロパティに対して値を含めて検索するかを取得します。- Returns:
- Fromプロパティに対して値を含めて検索するか
-
setFromConditionAsLesserEqual
public void setFromConditionAsLesserEqual(boolean fromConditionAsLesserEqual) Fromプロパティに対して値を含めて検索するかを設定します。- Parameters:
fromConditionAsLesserEqual
- Fromプロパティに対して値を含めて検索するか
-
getToEditor
- Specified by:
getToEditor
in interfaceRangePropertyEditor
- Returns:
- toEditor
-
setToEditor
- Parameters:
toEditor
- セットする toEditor
-
getToPropertyName
- Specified by:
getToPropertyName
in interfaceRangePropertyEditor
- Returns:
- toPropertyName
-
setToPropertyName
- Parameters:
toPropertyName
- セットする toPropertyName
-
getToPropertyDisplayName
- Specified by:
getToPropertyDisplayName
in interfaceRangePropertyEditor
- Returns:
- toPropertyDisplayName
-
setToPropertyDisplayName
- Parameters:
toPropertyDisplayName
- セットする toPropertyName
-
getLocalizedToPropertyDisplayNameList
Toプロパティ表示名の多言語設定情報を取得します。- Specified by:
getLocalizedToPropertyDisplayNameList
in interfaceRangePropertyEditor
- Returns:
- リスト
-
setLocalizedToPropertyDisplayNameList
public void setLocalizedToPropertyDisplayNameList(List<LocalizedStringDefinition> localizedToPropertyDisplayNameList) Toプロパティ表示名の多言語設定情報を設定します。- Parameters:
localizedDescriptionList
- リスト
-
isInputNullTo
public boolean isInputNullTo()- Returns:
- inputNullTo
-
setInputNullTo
public void setInputNullTo(boolean inputNullTo) - Parameters:
ToのNull許容フラグをセットする
-
-
isToConditionAsGreaterEqual
public boolean isToConditionAsGreaterEqual()Toプロパティに対して値を含めて検索するかを取得します。- Returns:
- Toプロパティに対して値を含めて検索するか
-
setToConditionAsGreaterEqual
public void setToConditionAsGreaterEqual(boolean toConditionAsGreaterEqual) Toプロパティに対して値を含めて検索するかを設定します。- Parameters:
toConditionAsGreaterEqual
- Toプロパティに対して値を含めて検索するか
-
isEquivalentInput
public boolean isEquivalentInput()- Returns:
- equivalentInput
-
setEquivalentInput
public void setEquivalentInput(boolean equivalentInput) - Parameters:
同値の登録の許容フラグをセットする
-
-
getErrorMessage
- Specified by:
getErrorMessage
in interfaceRangePropertyEditor
- Returns:
- errorMessage
-
setErrorMessage
- Parameters:
errorMessage
- セットする errorMessage
-
getLocalizedErrorMessageList
- Specified by:
getLocalizedErrorMessageList
in interfaceRangePropertyEditor
- Returns:
- localizedErrorMessageList
-
setLocalizedErrorMessageList
- Parameters:
localizedErrorMessageList
- セットする localizedErrorMessageList
-