Andrew Sterling Hanenkamp > Form-Factory-0.001

Form-Factory-0.001

This Release Form-Factory-0.001  [Download] [Browse 29 Nov 2009
Latest Release Form-Factory-0.014  [Download] [Browse 16 Jan 2010
Other Releases
Links Discussion Forum ] [ View/Report Bugs (0) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (66)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating      (0 Reviews) [ Rate this distribution ]
License Perl (Artistic and GPL)
Special Files
AUTHORS
Changes
LICENSE
MANIFEST
META.yml
Makefile.PL
README

Modules

Form::Factory a general-purpose form handling API     0.001
Form::Factory::Action Role implemented by actions     0.001
Form::Factory::Action::Meta::Class The meta-class for form actions     0.001
Form::Factory::Control high-level API for working with form controls     0.001
Form::Factory::Control::Button The button control     0.001
Form::Factory::Control::Checkbox the checkbox control     0.001
Form::Factory::Control::Choice Helper class for tracking choices     0.001
Form::Factory::Control::FullText The full_text control     0.001
Form::Factory::Control::Password the password control     0.001
Form::Factory::Control::Role::AvailableChoices Controls that list available choices     0.001
Form::Factory::Control::Role::Labeled labeled controls     0.001
Form::Factory::Control::Role::ListValue list-valued controls     0.001
Form::Factory::Control::Role::ScalarValue scalar valued controls     0.001
Form::Factory::Control::SelectMany the multi-select control     0.001
Form::Factory::Control::SelectOne A control for selecting a single item     0.001
Form::Factory::Control::Text A single line text field     0.001
Form::Factory::Control::Value A read-only value control     0.001
Form::Factory::Factory Interface for form factory implementations     0.001
Form::Factory::Factory::HTML Simple HTML form factory     0.001
Form::Factory::Factory::HTML::Widget rendering/consuming HTML controls     0.001
Form::Factory::Factory::HTML::Widget::Div HTML factory widget helper     0.001
Form::Factory::Factory::HTML::Widget::Element HTML factory widget helper     0.001
Form::Factory::Factory::HTML::Widget::Input HTML factory widget helper     0.001
Form::Factory::Factory::HTML::Widget::Label HTML factory widget helper     0.001
Form::Factory::Factory::HTML::Widget::List HTML factory widget helper     0.001
Form::Factory::Factory::HTML::Widget::ListItem HTML factory widget helper     0.001
Form::Factory::Factory::HTML::Widget::Select HTML factory widget helper     0.001
Form::Factory::Factory::HTML::Widget::Span HTML factory widget helper     0.001
Form::Factory::Factory::HTML::Widget::Textarea HTML factory widget helper     0.001
Form::Factory::Feature Interface for objects that modify how actions work     0.001
Form::Factory::Feature::Control::Length A control feature for checking length     0.001
Form::Factory::Feature::Control::MatchAvailableChoices Check for choice availability     0.001
Form::Factory::Feature::Control::MatchCode Greps the control value for correctness     0.001
Form::Factory::Feature::Control::MatchRegex Match a control value against a regex     0.001
Form::Factory::Feature::Control::Required Makes sure a value is set on a control     0.001
Form::Factory::Feature::Control::Trim Trims whitespace from a control value     0.001
Form::Factory::Feature::Functional A generic feature for actions     0.001
Form::Factory::Feature::Role::Control Form features tied to particular controls     0.001
Form::Factory::Message Handy class for encapsulating messages     0.001
Form::Factory::Processor Moos-ish helper for action classes     0.001
Form::Factory::Processor::DeferredValue Tag class for deferred_values     0.001
Form::Factory::Result Interface for the result classes     0.001
Form::Factory::Result::Gathered A group of results     0.001
Form::Factory::Result::Single Form result class representing a single result     0.001
Form::Factory::Stasher An object responsible for remembering things     0.001
Form::Factory::Stasher::Memory Remember things in a Perl hash     0.001
Form::Factory::Util Utility subroutines that don't belong anywhere else     0.001
Moose::Meta::Attribute::Custom::Trait::Form::Control     0.001

Documentation

Form::Factory::Action::Meta::Attribute::Control Form control attribute-traits