Class Us-State-Presentation

Part of:

package weblocks, class input-presentation

Direct Superclass

input-presentationA default presentation for forms renders an input
field.

Slot

choices-id
A choices ID passed to suggest.
Initform:(gensym), Initargs::choices-id; Accessors:us-state-presentation-choices-id.
input-id
An input ID passed to suggest or dropdown.
Initform:(gensym), Initargs::input-id; Accessors:us-state-presentation-input-id.
max-length
Maximum length of an input.
Initform:*max-raw-input-length*, Initargs::max-length; Accessors:input-presentation-max-length.
use-suggest-p
If set to true, suggest snippet will be used as a state input control. Otherwise, dropdown will be used.
Initform:*use-suggest-for-us-states*, Initargs::use-suggest-p; Accessors:us-state-presentation-use-suggest-p.

Direct Method

render-view-field-valueRenders 'value' obtained from 'field' using
'presentation'. If this function requires a textual r...

Other Method

print-view-field-valueConverts a value to a textual representation.
Specialize this function to change the way a value ...