polish
This commit is contained in:
parent
5828010bae
commit
00702e4e1c
|
|
@ -36,10 +36,10 @@ public interface Binding {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Formats a candidate model property value for display in the user interface.
|
* 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
|
* @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?
|
* Is this binding associated with a collection or array property?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue