The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Form-Factory HANENKAMP"

Form::Factory - a general-purpose form handling API River stage zero No dependents

ALPHA API. This code is not fully tested (if you look in the test files you will see a long list of tests planned, but no yet implemented). It is currently being employed on a non-production project. The API *will* change. See "TODO" for more. This A...

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Stasher - An object responsible for remembering things River stage zero No dependents

A stasher remembers things....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Feature - Interface for objects that modify how actions work River stage zero No dependents

A feature modifies what the form does during processing....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Result - Interface for the result classes River stage zero No dependents

After an action has run in part or in whole, a result class will contain the current state of that sucess or failure....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Message - Handy class for encapsulating messages River stage zero No dependents

This is used to store messages that describe the outcome of the various parts of the action workflow....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Action - Role implemented by actions River stage zero No dependents

This is the role implemented by all form actions. Rather than doing so directly, you should use Form::Factory::Processor as demonstrated in the "SYNOPSIS". SYNOPSIS package MyApp::Action::Foo; use Form::Factory::Processor; has_control bar => ( type =...

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Control - high-level API for working with form controls River stage zero No dependents

Allows for high level processing, validation, filtering, etc. of form control information....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Interface - Role for form interface implementations River stage zero No dependents

Defines the contract form interface classes must fulfill....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Processor - Moos-ish helper for action classes River stage zero No dependents

This is the helper class used to define actions. This class automatically imports the subroutines described in this documentaiton as well as any defined in Moose. It also grants your action class and its meta-class the correct roles....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Action::Role - Role implemented by action roles River stage zero No dependents

This is the role implemented by all form action roles. Do not use this directly, but use Form::Factory::Processor::Role, which performs the magic required to make your class implement this role....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Control::Text - A single line text field River stage zero No dependents

A regular text box. This control implements Form::Factory::Control, Form::Factory::Control::Role::Labeled, and Form::Factory::Control::Role::ScalarValue....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Control::Value - A read-only value control River stage zero No dependents

A read-only value. These may be displayed in the form or just passed through the stash. They might be passed by form submission as well (depending on the interface, but this should be avoided). This control implements Form::Factory::Control, Form::Fa...

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Interface::CLI - Command-line interface builder for form factory River stage zero No dependents

Provides a simple interface for building command-line tools that manipulate actions....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Control::Button - The button control River stage zero No dependents

A control representing a submit button. This control implements Form::Factory::Control, Form::Factory::Control::Role::BooleanValue, Form::Factory::Control::Role::Labeled, Form::Factory::Control::Role::ScalarValue....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Stasher::Memory - Remember things in a Perl hash River stage zero No dependents

Stashes things into a plain memory hash. This is useful if you already have a mechanism for remember things that can be reused via a hash....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Result::Single - Form result class representing a single result River stage zero No dependents

This class provides an individual Form::Factory::Result....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Control::Choice - Helper class for tracking choices River stage zero No dependents

These objects represent a single choice for a list or popup box. Each choice has a label and a value. The constructor is flexible to allow the following uses: my $choice = Form::Factory::Control::Choice->new($value) # $label = $value my $choice = For...

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Interface::HTML - Simple HTML form interface River stage zero No dependents

This renders plain HTML forms and consumes value from a hash....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Processor::Role - Moos-ish helper for action roles River stage zero No dependents

This is a helper class used to define action roles. This class automatically imports the subroutiens described in this documentation as well as any defined in Moose::Role. You may compose roles defined this way to build a complete action....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC

Form::Factory::Control::Checkbox - the checkbox control River stage zero No dependents

This represents a toggle button, typically displayed as a checkbox. This control implements Form::Factory::Control, Form::Factory::Control::Role::BooleanValue, Form::Factory::Control::Role::Labeled, Form::Factory::Control::Role::ScalarValue....

HANENKAMP/Form-Factory-0.022 - 12 Jun 2015 03:37:21 UTC
67 results (0.026 seconds)