Class Form-Presentation

A base class for all presentations that output form
constructs. All form presentations should derive from this class in
order to allow the framework to treat them correctly when
deserializing the request.

Part of:

package weblocks, class input-presentation, class dropdown-presentation, class radio-presentation, class checkbox-presentation

Direct Subclass

checkbox-presentationTreats values as predicates and presents them as a
checkbox.
dropdown-presentation
input-presentationA default presentation for forms renders an input
field.
radio-presentation