Part of formless.iformless View Source View In Hierarchy
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 50 | Method | getArgs | Return a copy of this bindings Typed instances; if this binding is a |
| 62 | Method | getViewName | Todo: remove? |
| 66 | Method | configure | Configure the object "boundTo" in the manner appropriate |
| 72 | Method | coerce | TODO This is dumb. remove it and leave it on ITyped |
| 78 | Attribute | default | The default value for this binding. |
Return a copy of this bindings Typed instances; if this binding is a Property binding, it will be a list of one Typed istance; if this binding is a MethodBinding, it will be a list of all the Typed instances describing the method's arguments.
These copies are used during the duration of a form post (initial rendering, form posting, error handling and error correction) to store the user-entered values temporarily in the case of an error in one or more input values.TODO This is dumb. remove it and leave it on ITyped
Make the code that calls coerce call it on the typed directly