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 dropdown-presentation, class radio-presentation, class input-presentation, class presentation, class checkbox-presentation

Direct Superclass

presentationBase class for all presentations. Exists in order
to help manage CSS and JavaScript dependencies ...

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

Other Method

dependenciesReturn a list of dependencies for a particular
object.

Whenever a widget is rendered by webl...