| text-presentation | A default presentation that renders values as text. |
|---|
| false-string | A string to be printed when the
predicate is false. Initform:no, Initargs::false-string; Accessors:predicate-presentation-false-string. |
|---|---|
| true-string | A string to be printed when the
predicate is true. Initform:yes, Initargs::true-string; Accessors:predicate-presentation-true-string. |
| print-view-field-value | Converts a value to a textual representation. Specialize this function to change the way a value ... |
|---|---|
| render-view-field-value | Renders 'value' obtained from 'field' using 'presentation'. If this function requires a textual r... |