Interface RangePropertyEditor
- All Known Implementing Classes:
- DateRangePropertyEditor,- NumericRangePropertyEditor
public interface RangePropertyEditor
範囲型プロパティエディタ
- 
Method SummaryModifier and TypeMethodDescription
- 
Method Details- 
getEditorPropertyEditor getEditor()- Returns:
- editor
 
- 
getPropertyNameString getPropertyName()- Returns:
- propertyName
 
- 
getToEditorPropertyEditor getToEditor()- Returns:
- toEditor
 
- 
getToPropertyNameString getToPropertyName()- Returns:
- toPropertyName
 
- 
getToPropertyDisplayNameString getToPropertyDisplayName()- Returns:
- toPropertyDisplayName
 
- 
getLocalizedToPropertyDisplayNameListList<LocalizedStringDefinition> getLocalizedToPropertyDisplayNameList()- Returns:
- localizedToPropertyDisplayNameList
 
- 
getErrorMessageString getErrorMessage()- Returns:
- errorMessage
 
- 
getLocalizedErrorMessageListList<LocalizedStringDefinition> getLocalizedErrorMessageList()- Returns:
- localizedErrorMessageList
 
 
-