Interface RangePropertyEditor
- All Known Implementing Classes:
DateRangePropertyEditor
,NumericRangePropertyEditor
public interface RangePropertyEditor
範囲型プロパティエディタ
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getEditor
PropertyEditor getEditor()- Returns:
- editor
-
getPropertyName
String getPropertyName()- Returns:
- propertyName
-
getToEditor
PropertyEditor getToEditor()- Returns:
- toEditor
-
getToPropertyName
String getToPropertyName()- Returns:
- toPropertyName
-
getToPropertyDisplayName
String getToPropertyDisplayName()- Returns:
- toPropertyDisplayName
-
getLocalizedToPropertyDisplayNameList
List<LocalizedStringDefinition> getLocalizedToPropertyDisplayNameList()- Returns:
- localizedToPropertyDisplayNameList
-
getErrorMessage
String getErrorMessage()- Returns:
- errorMessage
-
getLocalizedErrorMessageList
List<LocalizedStringDefinition> getLocalizedErrorMessageList()- Returns:
- localizedErrorMessageList
-