git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1431 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-06-25 20:27:39 +00:00
parent 73d9e9d6b5
commit 7e386d4215
@@ -36,10 +36,10 @@ public interface Binding {
/**
* Formats a candidate model property value for display in the user interface.
* @param selectableValue a possible value
* @param potentialValue a possible value
* @return the formatted value to display in the user interface
*/
String format(Object selectableValue);
String format(Object potentialValue);
/**
* Is this binding associated with a collection or array property?