Changes for version 0.008

  • It is now possible to extend interfaces, controls, features, and control features using your application interface. To do so you need to create a Form::Factory::<type>::Custom::<your-name> class which has a register_implementation class returning the name of the actual class.

Modules

a general-purpose form handling API
Role implemented by actions
Form control attribute-traits
The meta-class for form actions
high-level API for working with form controls
The button control
the checkbox control
Helper class for tracking choices
The full_text control
the password control
Controls that list available choices
controls with preset values
the multi-select control
A control for selecting a single item
A single line text field
A read-only value control
Interface for objects that modify how actions work
Control gets the value of the attribute
A control feature for checking length
Greps the control value for correctness
Match a control value against a regex
Makes sure a value is set on a control
Trims whitespace from a control value
A generic feature for actions
control features that modify the action attribute
features that check control values
features that clean up control values
Form features tied to particular controls
control features with custom messages
features with custom messages
features that run just after processing
features that run just before processing
Role for form interface implementations
Command-line interface builder for form factory
Simple HTML form interface
rendering/consuming HTML controls
HTML interface widget helper
HTML interface widget helper
HTML interface widget helper
HTML interface widget helper
HTML interface widget helper
HTML interface widget helper
Handy class for encapsulating messages
Moos-ish helper for action classes
Tag class for deferred_values
Interface for the result classes
A group of results
Form result class representing a single result
An object responsible for remembering things
Remember things in a Perl hash

Provides

in lib/Form/Factory/Action/Meta/Attribute/Control.pm