Home
Documentation
Recent
Preferences
Modules
Distributions
Authors
Find
in
Distributions
Modules
Authors
Categories
Modules
> >
F
> >
Form
Form::Base
Base class for other Form classes
Form::Button
Form::Buttons
Form::Decorator::DefaultButtons
Form::Decorator::PredefinedFields
Form::Factory
A general-purpose form handling API
Form::Factory::Action
Role implemented by actions
Form::Factory::Action::Meta::Attribute::Control
Form control attribute-traits
Form::Factory::Action::Meta::Class
The meta-class role for form actions
Form::Factory::Action::Meta::Role
The meta-class role for form action roles
Form::Factory::Action::Role
Role implemented by action roles
Form::Factory::Control
high-level API for working with form controls
Form::Factory::Control::Button
The button control
Form::Factory::Control::Checkbox
the checkbox control
Form::Factory::Control::Choice
Helper class for tracking choices
Form::Factory::Control::FullText
The full_text control
Form::Factory::Control::Password
the password control
Form::Factory::Control::Role::AvailableChoices
Controls that list available choices
Form::Factory::Control::Role::BooleanValue
boolean valued controls
Form::Factory::Control::Role::HiddenValue
hidden controls
Form::Factory::Control::Role::Labeled
labeled controls
Form::Factory::Control::Role::ListValue
list-valued controls
Form::Factory::Control::Role::MultiLine
multiline controls
Form::Factory::Control::Role::PresetValue
controls with preset values
Form::Factory::Control::Role::ScalarValue
scalar valued controls
Form::Factory::Control::SelectMany
the multi-select control
Form::Factory::Control::SelectOne
A control for selecting a single item
Form::Factory::Control::Text
A single line text field
Form::Factory::Control::Value
A read-only value control
Form::Factory::Feature
Interface for objects that modify how actions work
Form::Factory::Feature::Control::FillOnAssignment
Control gets the value of the attribute
Form::Factory::Feature::Control::Length
A control feature for checking length
Form::Factory::Feature::Control::MatchAvailableChoices
Check for choice availability
Form::Factory::Feature::Control::MatchCode
Greps the control value for correctness
Form::Factory::Feature::Control::MatchRegex
Match a control value against a regex
Form::Factory::Feature::Control::Required
Makes sure a value is set on a control
Form::Factory::Feature::Control::Trim
Trims whitespace from a control value
Form::Factory::Feature::Functional
A generic feature for actions
Form::Factory::Feature::RequireNoneOrAll
if one control has a value, all should
Form::Factory::Feature::Role::BuildAttribute
control features that modify the action attribute
Form::Factory::Feature::Role::BuildControl
control features that modify control construction
Form::Factory::Feature::Role::Check
features that check control values
Form::Factory::Feature::Role::Clean
features that clean up control values
Form::Factory::Feature::Role::Control
Form features tied to particular controls
Form::Factory::Feature::Role::ControlValueConverter
form features that convert values
Form::Factory::Feature::Role::CustomControlMessage
control features with custom messages
Form::Factory::Feature::Role::CustomMessage
features with custom messages
Form::Factory::Feature::Role::InitializeControl
control features that work on just constructed controls
Form::Factory::Feature::Role::PostProcess
features that run just after processing
Form::Factory::Feature::Role::PreProcess
features that run just before processing
Form::Factory::Interface
Role for form interface implementations
Form::Factory::Interface::CLI
Command-line interface builder for form factory
Form::Factory::Interface::HTML
Simple HTML form interface
Form::Factory::Interface::HTML::Widget
rendering/consuming HTML controls
Form::Factory::Interface::HTML::Widget::Div
HTML interface widget helper
Form::Factory::Interface::HTML::Widget::Element
HTML interface widget helper
Form::Factory::Interface::HTML::Widget::Input
HTML interface widget helper
Form::Factory::Interface::HTML::Widget::Label
HTML interface widget helper
Form::Factory::Interface::HTML::Widget::List
HTML interface widget helper
Form::Factory::Interface::HTML::Widget::ListItem
HTML interface widget helper
Form::Factory::Interface::HTML::Widget::Select
HTML interface widget helper
Form::Factory::Interface::HTML::Widget::Span
HTML interface widget helper
Form::Factory::Interface::HTML::Widget::Textarea
HTML interface widget helper
Form::Factory::Message
Handy class for encapsulating messages
Form::Factory::Processor
Moos-ish helper for action classes
Form::Factory::Processor::DeferredValue
Tag class for deferred_values
Form::Factory::Processor::Role
Moos-ish helper for action roles
Form::Factory::Result
Interface for the result classes
Form::Factory::Result::Gathered
A group of results
Form::Factory::Result::Single
Form result class representing a single result
Form::Factory::Stasher
An object responsible for remembering things
Form::Factory::Stasher::Memory
Remember things in a Perl hash
Form::Field
Form::Field::Checkbox
Form::Field::Password
Form::Field::Text
Form::Maker
Framework for web forms
Form::Outline
Form::Outline::Login
Form::Processor
validate and process form data
Form::Processor::Field
Base class for Fields used with Form::Processor
Form::Processor::Field::Boolean
A true or false field
Form::Processor::Field::Checkbox
A boolean checkbox field type
Form::Processor::Field::CIDR_List
Muliplt CIDR addresses
Form::Processor::Field::DateTime
Maps to the current DateTime module.
Form::Processor::Field::DateTimeDMYHM
DEPRECATED example of a compound field
Form::Processor::Field::DateTimeDMYHM2
DEPRECATED example of a sub-form
Form::Processor::Field::DateTimeManip
Free-form date/time input
Form::Processor::Field::Date_yyyy_mm_dd
Form::Processor::Field::Email
Validates email uisng Email::Valid
Form::Processor::Field::FutureDate
DEPRECATED tests that the entered date is in the future
Form::Processor::Field::Hidden
a text field as a hidden widget
Form::Processor::Field::Hour
Form::Processor::Field::HtmlArea
Input HTML in a textarea
Form::Processor::Field::Integer
validate an integer value
Form::Processor::Field::IntRange
Select an integer range in a select list
Form::Processor::Field::MD5_Password
convert passwords to MD5 hashes
Form::Processor::Field::Minute
input range from 0 to 60
Form::Processor::Field::Money
Input US currenty-like values.
Form::Processor::Field::Month
Select list of 1 to 12
Form::Processor::Field::MonthDay
Select list for a day number 1 to 31
Form::Processor::Field::MonthName
Select list for month names
Form::Processor::Field::Multiple
Select one or more options
Form::Processor::Field::OneToTen
Field::Processor Field
Form::Processor::Field::Password
Input a password
Form::Processor::Field::Phone
input a telephone number
Form::Processor::Field::PosInteger
Validates input is a postive integer
Form::Processor::Field::Readonly
Field that can be read but not updated
Form::Processor::Field::Second
Select list for seconds
Form::Processor::Field::Select
Form::Processor::Field::Template
Tests that Template-Toolkit can parse the content
Form::Processor::Field::Text
A simple text entry field
Form::Processor::Field::TextArea
Mulitple line input
Form::Processor::Field::Upload
A field for uploading files
Form::Processor::Field::URL
Tests that a url looks like a url.
Form::Processor::Field::Username
Form::Processor::Field::USPhone
Validate that the input looks like a US phone number
Form::Processor::Field::USZipcode
Checks that input looks like a US Zip.
Form::Processor::Field::Weekday
Select valid day of the week
Form::Processor::Field::WeekdayStr
Form::Processor::Field::Year
Select a recent year.
Form::Processor::I18N
Form::Processor::I18N::en_us
Form::Processor::Model
Form::Processor::Model::CDBI
model class for Form::Processor based on Class::DBI
Form::Processor::Model::DBIC
A DBIx::Class Model for Form::Processor
Form::Processor::Model::DOD
Model Class for Form::Processor based on Data::ObjectDriver
Form::Processor::Model::RDBO
Model class for Form Processor using
Form::Renderer
Form::Renderer::HTML
Form::Renderer::Test
Form::Sensible
Form UI module with multiple backends
Form::Sensible::DelegateConnection
Represents a connection between one object and another
Form::Sensible::Field
Field base class for Form::Sensible
Form::Sensible::Field::FileSelector
Field used for file selection
Form::Sensible::Field::LongText
Field for representing large amounts of character-string data.
Form::Sensible::Field::Number
A Numeric field type.
Form::Sensible::Field::Select
A multiple-choice option field
Form::Sensible::Field::SubForm
encapsulate an entire form within another.
Form::Sensible::Field::Text
Field for representing character-strings
Form::Sensible::Field::Toggle
An on/off field
Form::Sensible::Field::Trigger
A Trigger for user activity
Form::Sensible::Form
Form::Sensible's Form class
Form::Sensible::Reflector
A base class for writing Form::Sensible reflectors.
Form::Sensible::Reflector::DBIC
A reflector class based on Form::Sensible and Form::Sensible::Reflector
Form::Sensible::Reflector::MySQL
Create a Form::Sensible object from a MySQL schema
Form::Sensible::Renderer
Base class for Renderers.
Form::Sensible::Renderer::HTML
an HTML based Form renderer
Form::Sensible::Renderer::HTML::RenderedForm
A rendered form handle for HTML
Form::Sensible::Validator
Default Validator for Form::Sensible forms
Form::Sensible::Validator::Result
Validation results for a given form.
Form::Validator::Email
Canned validator for email addresses
Form::Validator::UKPostcode
Form::Validator::USState
Canned validator for US State abbreviations
Form::Validator::ZipCode
Problems, suggestions, or comments to
Randy Kobes
.
Questions? Check the
FAQ
.
Enable installations using
PAR::WebStart
.