FormLib
[ class tree: FormLib ] [ index: FormLib ] [ all elements ]

Element index for package FormLib

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ o ] [ p ] [ r ] [ t ] [ v ] [ _ ]

_

__construct
in file Button.php, method Button::__construct()
    Constructor
__construct
in file RangeValidator.php, method RangeValidator::__construct()
__construct
in file Form.php, method Form::__construct()
    Form class constructor.
__construct
in file Listbox.php, method Listbox::__construct()
    Constructor.
__construct
in file HiddenField.php, method HiddenField::__construct()
    Constructor
__construct
in file RegexValidator.php, method RegexValidator::__construct()
__construct
in file Field.php, method Field::__construct()
    Constructor
__construct
in file EmailValidator.php, method EmailValidator::__construct()
__construct
in file TextField.php, method TextField::__construct()
    Constructor
__construct
in file PasswordField.php, method PasswordField::__construct()
    Constructor Initializes a PasswordField object.
__construct
in file CheckboxField.php, method CheckboxField::__construct()
__construct
in file CompareFieldsValidator.php, method CompareFieldsValidator::__construct()
    Constructor for CompareFieldsValidator objects.
__construct
in file DefaultValueValidator.php, method DefaultValueValidator::__construct()
    Initializes a DefaultValueValidator object.
__construct
in file ImageButton.php, method ImageButton::__construct()
    Constructor.
__get
in file Field.php, method Field::__get()
    Property accessor.
__get
in file Button.php, method Button::__get()
    Property accessor.
__get
in file Form.php, method Form::__get()
    Property accessor.
__set
in file Field.php, method Field::__set()
    Property mutator.
__set
in file Button.php, method Button::__set()
    Property mutator.
__set
in file Form.php, method Form::__set()
    Property mutator.
top

a

addRollover
in file ImageButton.php, method ImageButton::addRollover()
    Animates the image button.
top

b

Button
in file Button.php, class Button
    A simple submit button class.
Button.php
procedural page Button.php
top

c

CheckboxField
in file CheckboxField.php, class CheckboxField
    Your basic checkbox HTML widget.
CompareFieldsValidator
in file CompareFieldsValidator.php, class CompareFieldsValidator
    This validator can compare the values of 2 fields. The values can be compare using the standard comparison operators (<, <=, ==, !=, etc...)
CheckboxField.php
procedural page CheckboxField.php
CompareFieldsValidator.php
procedural page CompareFieldsValidator.php
top

d

DefaultValueValidator
in file DefaultValueValidator.php, class DefaultValueValidator
    Supplies a default field value if the user leaves the field empty.
display
in file Form.php, method Form::display()
    Send the form to the user.
display
in file HiddenField.php, method HiddenField::display()
    Override the display function since we don't want a label.
display
in file Button.php, method Button::display()
    Render the button as HTML.
display
in file Field.php, method Field::display()
    Function to render the field as HTML.
display
in file ImageButton.php, method ImageButton::display()
    Displays the button in 2 columns of a table row.
displayField
in file Listbox.php, method Listbox::displayField()
    Renders the list box as HTML.
displayField
in file TextField.php, method TextField::displayField()
    Renders the label and text field assuming a 2 column table.
displayField
in file Field.php, method Field::displayField()
    Renders the field as HTML. Must be overridden in child classes.
displayField
in file HiddenField.php, method HiddenField::displayField()
displayField
in file CheckboxField.php, method CheckboxField::displayField()
DefaultValueValidator.php
procedural page DefaultValueValidator.php
top

e

EmailValidator
in file EmailValidator.php, class EmailValidator
    Validates a field as an e-mail address using a regular expression.
encrypted
in file PasswordField.php, method PasswordField::encrypted()
    Runs the current password through an encryption engine.
errorMessage
in file RequiredValidator.php, method RequiredValidator::errorMessage()
errorMessage
in file Validator.php, method Validator::errorMessage()
    Get an error message that can be shown to the user.
errorMessage
in file RegexValidator.php, method RegexValidator::errorMessage()
errorMessage
in file RangeValidator.php, method RangeValidator::errorMessage()
errorMessage
in file DefaultValueValidator.php, method DefaultValueValidator::errorMessage()
    This validator never generates an error.
errorMessage
in file CompareFieldsValidator.php, method CompareFieldsValidator::errorMessage()
EmailValidator.php
procedural page EmailValidator.php
top

f

Field
in file Field.php, class Field
    Base class used to derive other types of HTML fields.
Form
in file Form.php, class Form
    Form class
formEnd
in file Form.php, method Form::formEnd()
    The default version of formEnd() closes the form.
formFooter
in file Form.php, method Form::formFooter()
    The default version of formFooter() closes the table.
formHeader
in file Form.php, method Form::formHeader()
    The default implementation of formHeader() outputs the form title in a row that spans 2 columns of the HTML table.
Field.php
procedural page Field.php
Form.php
procedural page Form.php
formStart
in file Form.php, method Form::formStart()
    The default implementation of formStart() begins the form and starts an HTML table.
top

g

getField
in file Form.php, method Form::getField()
    Search for a field by name and return it.
top

h

HiddenField.php
procedural page HiddenField.php
HiddenField
in file HiddenField.php, class HiddenField
    Object oriented wrapper around a hidden HTML text field.
top

i

ImageButton.php
procedural page ImageButton.php
ImageButton
in file ImageButton.php, class ImageButton
    An image button class with rollover effects.
isValid
in file RangeValidator.php, method RangeValidator::isValid()
isValid
in file RegexValidator.php, method RegexValidator::isValid()
isValid
in file RequiredValidator.php, method RequiredValidator::isValid()
isValid
in file Validator.php, method Validator::isValid()
    Validates the value the user entered into a field.
isValid
in file CompareFieldsValidator.php, method CompareFieldsValidator::isValid()
isValid
in file EmailValidator.php, method EmailValidator::isValid()
isValid
in file Field.php, method Field::isValid()
    Checks to see if the data entered into a field is valid.
isValid
in file Form.php, method Form::isValid()
isValid
in file DefaultValueValidator.php, method DefaultValueValidator::isValid()
    Checks the value the user entered and if empty/missing, sets the field with the default value supplied to the constructor.
top

l

Listbox.php
procedural page Listbox.php
Listbox
in file Listbox.php, class Listbox
    An object-oriented wrapper around an HTML listbox.
load
in file Form.php, method Form::load()
    Helper function that decodes the POST data and determines
top

o

onClick
in file Button.php, method Button::onClick()
top

p

$properties
in file Button.php, variable Button::$properties
$properties
in file Form.php, variable Form::$properties
    Private variables.
$properties
in file Field.php, variable Field::$properties
PasswordField.php
procedural page PasswordField.php
PasswordField
in file PasswordField.php, class PasswordField
    Object oriented wrapper around an HTML text password field.
process
in file Form.php, method Form::process()
    Derived form classes must implement this function.
top

r

RangeValidator.php
procedural page RangeValidator.php
RegexValidator.php
procedural page RegexValidator.php
RequiredValidator.php
procedural page RequiredValidator.php
RangeValidator
in file RangeValidator.php, class RangeValidator
    Tests a field value an ensures it falls in a min/max range of numbers.
RegexValidator
in file RegexValidator.php, class RegexValidator
    Validates a field using a regular expression.
RequiredValidator
in file RequiredValidator.php, class RequiredValidator
    A simple validator that requires the user to enter a value.
top

t

TextField.php
procedural page TextField.php
TextField
in file TextField.php, class TextField
    Object oriented wrapper around an HTML text input field.
top

v

Validator.php
procedural page Validator.php
Validator
in file Validator.php, class Validator
    The Validator class supports testing field values to make sure the user enters properly formatted data.
top

Documentation generated on Wed, 15 Nov 2006 08:47:53 -0600 by phpDocumentor 1.3.1