Changes for version 0.015

  • COMPATIBIILTTY: Controls no longer have a stashable_keys attribute. It was essentially the same for all controls and should be a metaclass attribute if it needs to be added again in the future.
  • COMPATIBILITY: Removed the Value role for controls and added a value and default_value attribute directly to Control. All controls have these and current_value() and friends have been updated accordingly.
  • Added the convert_control_to_value() and convert_value_to_control() methods, which use the control_to_value and value_to_control attributes as well as any features implementing the ControlValueConverter role.
  • Controls now keep a weak reference to the action to which they belong
  • Adding a setup_and_render() method as a shortcut for the common rendering tasks
  • Make fill_on_assignment work with default_value, which is better.
  • Now using Test::Able::Runner for tests

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
if one control has a value, all should
control features that modify the action attribute
control features that modify control construction
features that check control values
features that clean up control values
Form features tied to particular controls
form features that convert values
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