[ZForm] element index

Package indexes

All elements
a b c e f g h i l n o p r s v w z _
_
top
Variable $_attributes
ZFormElement::$_attributes in ZFormElement.php
Associative array containing the attributes associated with the element
Variable $_behaviors
ZFormElement::$_behaviors in ZFormElement.php
Contains the list of client side behaviors registered on
Variable $_callbacks
ZFormAjaxBehavior::$_callbacks in ZFormAjaxBehavior.php
Variable $_childNodes
ZFormElement::$_childNodes in ZFormElement.php
Contains the list of children associated with the element
Variable $_clientRegExp
ZFormRegExpValidator::$_clientRegExp in ZFormRegExpValidator.php
Variable $_data
ZFormElementEvent::$_data in ZFormElementEvent.php
The $_data variable contains a mixed variable the is opaque to the event structure. This can be used to communicate specialized data such as old & new value in the ONVALUECHANGE event.
Variable $_eatEvents
ZFormElement::$_eatEvents in ZFormElement.php
Boolean property specifing weather to allow events to fire or not.
Variable $_element
ZFormElementValidator::$_element in ZFormElementValidator.php
Variable $_errorMessage
ZFormElementValidator::$_errorMessage in ZFormElementValidator.php
Variable $_errors
ZFormElement::$_errors in ZFormElement.php
Variable $_eventHook
ZFormAjaxBehavior::$_eventHook in ZFormAjaxBehavior.php
Variable $_eventListeners
ZFormElement::$_eventListeners in ZFormElement.php
Contains the list of client event hooks registered on
Variable $_events
ZFormElement::$_events in ZFormElement.php
Contains the list of the server side events to be fired
Variable $_htmlid
ZFormAjaxBehavior::$_htmlid in ZFormAjaxBehavior.php
Variable $_idPath
ZFormElement::$_idPath in ZFormElement.php
The full path name of the element. Elements must be uniquely identified within the context of their parent. The _idPath is construct by combining the parent references and the ID of the element into a path separated by PATH_SEPARATOR.
Variable $_isAsync
ZFormAjaxBehavior::$_isAsync in ZFormAjaxBehavior.php
Variable $_method
ZFormAjaxBehavior::$_method in ZFormAjaxBehavior.php
Variable $_name
ZFormElementValidator::$_name in ZFormElementValidator.php
Variable $_options
ZFormElementValidator::$_options in ZFormElementValidator.php
Variable $_parentNode
ZFormElement::$_parentNode in ZFormElement.php
Contains a reference to the parent of the element
Variable $_position
ZFormAjaxBehavior::$_position in ZFormAjaxBehavior.php
Variable $_prefix
ZFormDynamicElement::$_prefix in ZFormDynamicElement.php
Variable $_process
ZFormElement::$_process in ZFormElement.php
Boolean property used to signify if processing of the element should continue
Variable $_runat
ZFormElementValidator::$_runat in ZFormElementValidator.php
Variable $_scriptEventName
ZFormAjaxBehavior::$_scriptEventName in ZFormAjaxBehavior.php
Variable $_serverRegExp
ZFormRegExpValidator::$_serverRegExp in ZFormRegExpValidator.php
Variable $_source
ZFormElementEvent::$_source in ZFormElementEvent.php
The $_source variable contains the ZFormElement that trigged the event.
Variable $_subject
ZFormDynamicElement::$_subject in ZFormDynamicElement.php
Variable $_type
ZFormElementEvent::$_type in ZFormElementEvent.php
Contains the type of the event see constants above
Variable $_url
ZFormAjaxBehavior::$_url in ZFormAjaxBehavior.php
Variable $_validator
ZFormElementValidator::$_validator in ZFormElementValidator.php
Variable $_validators
ZFormElement::$_validators in ZFormElement.php
Contains the list of client/server side validators registered on
Method _appendToList
ZFormElement::_appendToList() in ZFormElement.php
Helper array management routines to add/remove and item if it doesn't already exist to an array
Method _computeIDPath
ZFormElement::_computeIDPath() in ZFormElement.php
Generates the unique ID path for the element which consists of its ancestor IDs concatenated with the element's ID.
Method _gatherMementos
Support methods for gathering and redistributing mementos to th children of the element (@see persist(), @see restoreState())
Method _isLegalName
ZFormElement::_isLegalName() in ZFormElement.php
Determines if a given $id is unique within the element children names.
Method _performValidation
Iterates over the validators associated with the elements and inokes the validator on the element. Errors are collected in the $errors array
Method _processEvents
ZFormElement::_processEvents() in ZFormElement.php
Process the list (array) of queued events ready for delivery (@see process(), @see fireEvent()).
Method _removeFromList
Helper array management that removes a given element for a list
Method _restoreMementos
Support methods for gathering and redistributing mementos to th children of the element (@see persist(), @see restoreState())
Method __call
ZFormDynamicElement::__call() in ZFormDynamicElement.php
Method __construct
ZFormElementValidator::__construct() in ZFormElementValidator.php
Method __construct
ZFormElement::__construct() in ZFormElement.php
Class constructor. Initializes internal instance variables. $id is
Method __construct
ZFormRegExpValidator::__construct() in ZFormRegExpValidator.php
Method __construct
ZFormDynamicElement::__construct() in ZFormDynamicElement.php
Method __construct
ZFormElementBehaviorAbstract::__construct() in ZFormElementBehaviorAbstract.php
Class constructor. Initialize $_element to as the target of behavior.
Method __construct
ZFormAjaxBehavior::__construct() in ZFormAjaxBehavior.php
Class constructor. Simply initialize the instance variables to the variables passed
Method __construct
ZFormElementEvent::__construct() in ZFormElementEvent.php
Class constructor. Simply initialize the instance variables to the variables passed
Method __get
ZFormDynamicElement::__get() in ZFormDynamicElement.php
Method __set
ZFormDynamicElement::__set() in ZFormDynamicElement.php
Variable $_bottomBlocks
ZFormWebElement::$_bottomBlocks in ZFormWebElement.php
Variable $_checked
ZFormRadioButton::$_checked in ZFormRadioButton.php
Variable $_checked
ZFormCheckbox::$_checked in ZFormCheckbox.php
Variable $_tagName
ZFormWebElement::$_tagName in ZFormWebElement.php
Variable $_text
ZFormLink::$_text in ZFormLink.php
Variable $_text
ZFormOption::$_text in ZFormOption.php
Variable $_topBlocks
ZFormWebElement::$_topBlocks in ZFormWebElement.php
Variable $_wrapExisting
ZFormWebElement::$_wrapExisting in ZFormWebElement.php
Variable $_x
ZFormImage::$_x in ZFormImage.php
Variable $_y
ZFormImage::$_y in ZFormImage.php
Method _applyClientBehaviors
This method enables the behaviors associated with element to have a chance to modified the element before it is emitted.
Method _emitClientBehaviors
Generates the behaviors associated with the element. Validators are guaranteed to run with the JavaScript variable 'element' bound to the HTML presentation of the form element.
Method _emitClientValidators
Generates the validators associated with the element.
Method __construct
ZFormSelect::__construct() in ZFormSelect.php
Class constructor. Sets up the ZForm element, types it as a 'SELECT' element.
Method __construct
ZFormSubmitButton::__construct() in ZFormSubmitButton.php
Class constructor. Sets up the ZForm element, types it as a 'SUBMIT' element.
Method __construct
ZFormResetButton::__construct() in ZFormResetButton.php
Class constructor. Sets up the ZForm element, types it as a 'RESET' element.
Method __construct
ZFormWebElement::__construct() in ZFormWebElement.php
Method __construct
ZFormPasswordField::__construct() in ZFormPasswordField.php
Class constructor. Sets up the ZForm element, types it as a 'PASSWORD' element.
Method __construct
ZFormFile::__construct() in ZFormFile.php
Class constructor. Sets up the ZForm element, types it as a 'FILE' element
Method __construct
ZFormEntryField::__construct() in ZFormEntryField.php
Class constructor. Sets up the ZForm element, types it as a 'TEXT' element
Method __construct
ZFormCheckbox::__construct() in ZFormCheckbox.php
Class constructor. Sets up the ZForm element, types it as a 'CHECKBOX' element
Method __construct
ZFormButton::__construct() in ZFormButton.php
Class constructor. Sets up the ZForm element, types it as a 'FORM' element
Method __construct
ZFormRadioButton::__construct() in ZFormRadioButton.php
Class constructor. Sets up the ZForm element, types it as a 'RADIO' element.
Method __construct
ZFormHiddenField::__construct() in ZFormHiddenField.php
Class constructor. Sets up the ZForm element, types it as a 'HIDDEN' element
Method __construct
Class constructor. Sets up the ZForm element, types it a a 'FORM' element
Method __construct
ZFormImage::__construct() in ZFormImage.php
Class constructor. Sets up the ZForm element, types it as a 'IMAGE' element
Method __construct
ZFormOption::__construct() in ZFormOption.php
Class constructor. Sets up the ZForm element, types it as a 'OPTION' element.
Method __construct
ZFormLink::__construct() in ZFormLink.php
Class constructor.
Method __construct
ZFormInputElement::__construct() in ZFormInputElement.php
Class constructor. Sets up the ZForm element, types it as a 'INPUT' element.
Method __get
ZFormWebElement::__get() in ZFormWebElement.php
ZFormWebElements maintain HTML attributes using the __get method.
Method __set
ZFormWebElement::__set() in ZFormWebElement.php
Sets the value of the $nm HTML property on the ZFormWebElement.
a
top
Method addBehavior
ZFormElement::addBehavior() in ZFormElement.php
Add the given behavior to the list of behaviors associated with the element. If the behavior is already contained in the list no action is taken. Elements support multiple behaviors on a FIFO basis. When a behaviors fails the remaining behaviors (if any) are not called.
Method addEventListener
Adds an event listener of the element for the given $type
Method addValidator
ZFormElement::addValidator() in ZFormElement.php
Add the given validator to the list of validators associated with the element. If the validator is already contained in the list no action is taken. Elements support multiple validators on a FIFO basis. When a validator fails the remaining validators (if any) are not called.
Method appendChild
ZFormElement::appendChild() in ZFormElement.php
Adds the $child to the list of children associated with the element The parent of the $child is set to the element
Method applyClientBehavior
Called before the behavior is emitted to the client or server. If the element is a ZFormLink the AJAX behavior replaces the href of the link.
Method applyClientBehavior
ZFormElementBehaviorAbstract::applyClientBehavior() in ZFormElementBehaviorAbstract.php
Abstract method which must be implemented by subclasses. This method is invoked before any rendering is started of the component. This give the bahavior a chance to make any changes to the layout of the element its children or its parent chain.
Class Constant PATH_SEPARATOR
ZFormElement::PATH_SEPARATOR in ZFormElement.php
Elements are uniquely addressable via the path generated
Class Constant VALIDATOR_SCRIPT
ZFormRegExpValidator::VALIDATOR_SCRIPT in ZFormRegExpValidator.php
Method addScriptBlock
ZFormWebElement::addScriptBlock() in ZFormWebElement.php
Adds a fragment of script (optionally) named to the element either at the top or bottom of the element. Named script blocks are maintained in an assoc array.
b
top
Variable $BEHAVIOR_DIR_NAMES
Method button
ZFormButton::button() in ZFormButton.php
Sets the HTML value of the ZFormButton to the string passed
c
top
Method close
ZFormWebElement::close() in ZFormWebElement.php
Generates the closing stanza for the HTML which consists of closing tag.
e
top
Variable $ELEMENT_DIR_NAMES
Constants used to specify the locations of the various directory lists
Method emitClientBehavior
ZFormElementBehaviorAbstract::emitClientBehavior() in ZFormElementBehaviorAbstract.php
Abstract method. This method is invoked during the render cycle of the
Method emitClientBehavior
ZFormElementBehavior procotol method which emits the javascript necessary to apply the AJAX behavior to the element
Method emitClientValidator
Method emitClientValidator
Class Constant GENERIC_ERROR_MSG
ZFormElementValidator::GENERIC_ERROR_MSG in ZFormElementValidator.php
Class Constant GET
ZFormAjaxBehavior::GET in ZFormAjaxBehavior.php
Class Constant REPLACE
ZFormAjaxBehavior::REPLACE in ZFormAjaxBehavior.php
Class Constant SERVER
ZFormElementValidator::SERVER in ZFormElementValidator.php
Method emitAttributes
ZFormWebElement::emitAttributes() in ZFormWebElement.php
Generates the attributes of the ZFormWebElement HTML opening stanza. Values are double quoted in the output stream.
Method emitScriptBlocks
Iterates over the script fragments associated with the elements and emits them into the current output stream.
Method entryField
ZFormEntryField::entryField() in ZFormEntryField.php
Helper method which sets the id of the EntryField
Class Constant GET
ZForm::GET in ZForm.php
f
top
Method fire
ZFormElementEvent::fire() in ZFormElementEvent.php
Delivers the event to the registered event listeners for the type specified by the event from the subject.
Method fireEvent
ZFormElement::fireEvent() in ZFormElement.php
Fire the given event into the element tree. Elements are not
g
top
Method getAttribute
ZFormElement::getAttribute() in ZFormElement.php
Returns the value of the $name attribute associated with the element
Method getAttributes
ZFormElement::getAttributes() in ZFormElement.php
Return the associative array of attribute maintained by the element.
Method getBehaviors
ZFormElement::getBehaviors() in ZFormElement.php
Returns the list (array) of behaviors associated with the element
Method getCallbacks
ZFormAjaxBehavior::getCallbacks() in ZFormAjaxBehavior.php
Returns the value of the callbacks instance variable
Method getChildNodes
ZFormElement::getChildNodes() in ZFormElement.php
Return the list (array) of children contained by the element
Method getData
ZFormElementEvent::getData() in ZFormElementEvent.php
Returns the opaque user data associated with the event
Method getElement
ZFormElementValidator::getElement() in ZFormElementValidator.php
Method getElementById
ZFormElement::getElementById() in ZFormElement.php
Returns the childs whose ID is $id. If the $recursive = true, continue search depth first for the child
Method getErrorMessage
Returns the error message originated by the $child
Method getErrorMessage
ZFormElementValidator::getErrorMessage() in ZFormElementValidator.php
Method getEventListeners
Simple getter for the event listeners associated with the web element
Method getHTMLTarget
ZFormAjaxBehavior::getHTMLTarget() in ZFormAjaxBehavior.php
Returns the value of the htmlid instance variable
Method getID
ZFormElement::getID() in ZFormElement.php
Return simple ID of the element
Method getIDPath
ZFormElement::getIDPath() in ZFormElement.php
Compute, if necessary, and return the fully qualified path of the element within the containment structured defined via the parentnode
Method getIsProcessing
Returns the status of the processing flag
Method getMemento
ZFormElement::getMemento() in ZFormElement.php
Default implementation of retriving the memento associated with the element
Method getName
ZFormElementValidator::getName() in ZFormElementValidator.php
Method getParentNode
ZFormElement::getParentNode() in ZFormElement.php
Return the parent node reference maintained by the element
Method getPosition
ZFormAjaxBehavior::getPosition() in ZFormAjaxBehavior.php
Returns the value of the position instance variable
Method getRoot
ZFormElement::getRoot() in ZFormElement.php
Searchs the parent chain defined by the _parentNode reference until the top of the tree is reached. If the element has no parents then the element is the 'root'
Method getRunat
ZFormElementValidator::getRunat() in ZFormElementValidator.php
Method getSource
ZFormElementEvent::getSource() in ZFormElementEvent.php
Returns the ZFormElement which is the source of the event
Method getType
ZFormElementEvent::getType() in ZFormElementEvent.php
Returns the type of the event. See constants in ZFormElementEvent
Method getURL
ZFormAjaxBehavior::getURL() in ZFormAjaxBehavior.php
Returns the URL of the AJAX behavior
Method getValidationErrors
Returns the array of validation errors associated with the element.
Method getValidators
ZFormElement::getValidators() in ZFormElement.php
Returns the list of validators associated with the element
Method getValue
ZFormElement::getValue() in ZFormElement.php
Abstract method used to retrive the value associated with the
Method getChecked
ZFormCheckbox::getChecked() in ZFormCheckbox.php
Returns the true if the CheckBox is checked
Method getMemento
ZFormRadioButton::getMemento() in ZFormRadioButton.php
Default implementation of retriving the memento associated with the element
Method getMemento
ZFormWebElement::getMemento() in ZFormWebElement.php
Default implementation of retriving the memento associated with the element
Method getMemento
ZFormLink::getMemento() in ZFormLink.php
Returns the memento used to persist the state of the link, which is simply the text.
Method getMemento
ZFormInputElement::getMemento() in ZFormInputElement.php
Retrieve the memento which will be stored with the session data representing the state of the input field. The default implemention is to simply ask the input element for its value
Method getMemento
ZFormCheckbox::getMemento() in ZFormCheckbox.php
Create a memento which saves the state of the Checkbox for storage in the session.
Method getMemento
ZFormImage::getMemento() in ZFormImage.php
Create a memento which saves the state of the FormImage for storage in the session.
Method getText
ZFormOption::getText() in ZFormOption.php
Returns the text which will be displayed in the selection box.
Method getText
ZFormLink::getText() in ZFormLink.php
Property getter for the link text field
Method getValue
ZFormWebElement::getValue() in ZFormWebElement.php
Overridden implementation of getValue which returns the 'value' attribute of the ZFormWebElement
h
top
Method handleEvent
ZFormElement::handleEvent() in ZFormElement.php
Default implementation of the ZFormElementEventListenerInterface interface which simply does nothing. Intended to make subclassing more easy.
Method handleEvent
ZFormElementEventListenerInterface::handleEvent() in ZFormElementEventListenerInterface.php
This interface introduces the most basic of event handling protocol to elements. All elements implement this interface by default in ZFormElement
Method hasChildNodes
ZFormElement::hasChildNodes() in ZFormElement.php
Does the element contain children?
i
top
Method init
ZFormFactory::init() in ZFormFactory.php
Method initialize
ZFormRegExpValidator::initialize() in ZFormRegExpValidator.php
Method invokeApplication
Abstract implementation of invoking the application component associated
Method isAsync
ZFormAjaxBehavior::isAsync() in ZFormAjaxBehavior.php
Returns the value of the async instance variable
l
top
Class Constant CLASS_PREFIX
ZFormDynamicElement::CLASS_PREFIX in ZFormDynamicElement.php
Class Constant CLIENT
ZFormElementValidator::CLIENT in ZFormElementValidator.php
Method loadBehavior
ZFormFactory::loadBehavior() in ZFormFactory.php
Method loadElement
ZFormFactory::loadElement() in ZFormFactory.php
Method loadRequestData
Abstract implementation that interates of the children of the element invoking loadRequestData. During this phase of the processing cycle elements should retrieve input data from the ZRequest object
Method loadValidator
ZFormFactory::loadValidator() in ZFormFactory.php
Method loadRequestData
ZFormWebElement::loadRequestData() in ZFormWebElement.php
Retrieves the data associated with this element from the ZRequest object.
Method loadRequestData
Abstract implementation that interates of the children of the element invoking loadRequestData. During this phase of the processing cycle elements should retrieve input data from the ZRequest object
Method loadRequestData
ZFormRadioButton::loadRequestData() in ZFormRadioButton.php
Retrieves the data associated with this element from the ZRequest object.
Method loadRequestData
The methods will loaded the x & y position of the image click into the ZFormImage component.
Method loadRequestData
The method is called when a ZForm is being processed to give the ZFormCheckbox and opportunity to initialize itself even when there is not data being directly targed to the ZFormWebElement
n
top
Class Constant ONBLUR
ZFormElementEvent::ONBLUR in ZFormElementEvent.php
Class Constant ONCLICK
ZFormElementEvent::ONCLICK in ZFormElementEvent.php
Event constants supported by the framework
Class Constant ONVALUECHANGE
ZFormElementEvent::ONVALUECHANGE in ZFormElementEvent.php
o
top
Class Constant BOTH
ZFormElementValidator::BOTH in ZFormElementValidator.php
Class Constant POST
ZFormAjaxBehavior::POST in ZFormAjaxBehavior.php
Method open
ZFormWebElement::open() in ZFormWebElement.php
Generates the opening stanza of the HTML which consists of the opening tags and the attributes of the element. If the element does not contain children the tag is also closed. Nothing is generated if the tag is wrapping existing markup.
Class Constant POST
ZForm::POST in ZForm.php
p
top
Class Constant APPEND
ZFormAjaxBehavior::APPEND in ZFormAjaxBehavior.php
Method parent
ZFormDynamicElement::parent() in ZFormDynamicElement.php
Method performValidation
ZFormRegExpValidator::performValidation() in ZFormRegExpValidator.php
Method performValidation
ZFormElementValidator::performValidation() in ZFormElementValidator.php
Method persist
ZFormElement::persist() in ZFormElement.php
Persists the elements to the session for subsequent restoration and presentation to the user (this is useful with multi-page forms).
Method process
ZFormElement::process() in ZFormElement.php
This method (process) does much of the work associated with the element.
r
top
Class Constant PREPEND
ZFormAjaxBehavior::PREPEND in ZFormAjaxBehavior.php
Method regExpValidator
ZFormRegExpValidator::regExpValidator() in ZFormRegExpValidator.php
Method removeChild
ZFormElement::removeChild() in ZFormElement.php
Remove the given $child from the list (array) of children associated with the element
Method removedBehavior
Removes behavior from the list of behaviors associated with the element
Method removedValidator
Removes validator from the list of validators associated with the element
Method removeEventListener
Remove the event listener associated with the given event type from the list of listeners. If $listener is not specified all events of the given type will be removed from the listeners
Method restoreState
ZFormElement::restoreState() in ZFormElement.php
An element can persist itself between requests (@see persist()), if so it is during this stage of the processing cycle that elements restore their state. Persistent data is retrieved from the session object under the elements idPath.
Method render
ZFormWebElement::render() in ZFormWebElement.php
Renders the ZFormWebElement into its HTML into the current output
Method renderBody
ZFormWebElement::renderBody() in ZFormWebElement.php
Renders the body of the element's which by default consists of
Method renderBody
ZFormOption::renderBody() in ZFormOption.php
Render the body of the ZFormOptions which is the $text property of the ZFormOption object
Method renderBody
ZFormLink::renderBody() in ZFormLink.php
Renders the text content of the link.
s
top
Method setAllowEvents
ZFormElement::setAllowEvents() in ZFormElement.php
Turns of processing events, that is events delivered to the fireEvent method (@see fireEvent()) are not process, they are ignored
Method setAsync
ZFormAjaxBehavior::setAsync() in ZFormAjaxBehavior.php
Set the value of the async instance variable
Method setAttribute
ZFormElement::setAttribute() in ZFormElement.php
Set the value of the $name attribute within the element
Method setCallbacks
ZFormAjaxBehavior::setCallbacks() in ZFormAjaxBehavior.php
Set the value of the callback instance variable
Method setHTMLTarget
ZFormAjaxBehavior::setHTMLTarget() in ZFormAjaxBehavior.php
Sets the value of the htmlid target instance variable
Method setID
ZFormElement::setID() in ZFormElement.php
Sets the ID of the element. The ID is checked for validitiy within
Method setMemento
ZFormElement::setMemento() in ZFormElement.php
The bookend implementation to @see getMemento(). This function is a void
Method setName
ZFormElementValidator::setName() in ZFormElementValidator.php
Method setParentNode
ZFormElement::setParentNode() in ZFormElement.php
Changes the parent node associated with the element to the new $parent specified in the parameter.
Method setPosition
ZFormAjaxBehavior::setPosition() in ZFormAjaxBehavior.php
Sets the value of the position target instance variable
Method setProcess
ZFormElement::setProcess() in ZFormElement.php
Sets the processing flag, at any point during the process loop an element can terminate futher process by setting this flag to false
Method setURL
ZFormAjaxBehavior::setURL() in ZFormAjaxBehavior.php
Sets the URL of the AJAX behavior
Method setValue
ZFormElement::setValue() in ZFormElement.php
Implementation of the setValue which ONLY generates a ONVALUECHANGE event if the new $value is different from the current value. This means the subclasses MUST call this implementation and store the value.
Method setChecked
ZFormCheckbox::setChecked() in ZFormCheckbox.php
Sets the value of the HTML checked attribute
Method setMemento
ZFormLink::setMemento() in ZFormLink.php
Retores the state of the link from its memento
Method setMemento
ZFormInputElement::setMemento() in ZFormInputElement.php
Restores the state of the input element from its memento which was returned by getMemento above. The default implementation is to set the value of the input element to the memento.
Method setMemento
ZFormImage::setMemento() in ZFormImage.php
Restores the state of the ZFormImage from its memento which was returned by getMemento.
Method setMemento
ZFormCheckbox::setMemento() in ZFormCheckbox.php
Restores the state of the checkbox from its memento which was returned by getMemento.
Method setMemento
ZFormWebElement::setMemento() in ZFormWebElement.php
The bookend implementation to @see getMemento(). This function is a void
Method setMemento
ZFormRadioButton::setMemento() in ZFormRadioButton.php
The bookend implementation to @see getMemento(). This function is a void
Method setText
ZFormLink::setText() in ZFormLink.php
Property setter for the link text field
Method setText
ZFormOption::setText() in ZFormOption.php
Sets the text property of the option. The text is what is displayed in the select list
Method setValue
ZFormWebElement::setValue() in ZFormWebElement.php
Overridden implementation of setValue which sets the 'value' of the attribute for the ZFormWebElement
Method setValue
ZFormCheckbox::setValue() in ZFormCheckbox.php
Overrides setValue in the parent to also set the checked status of the ZCheckBox.
Method setValue
ZFormRadioButton::setValue() in ZFormRadioButton.php
Overridden implementation of setValue which sets the 'value' of the attribute for the ZFormWebElement
Method setWrapExisting
ZFormWebElement::setWrapExisting() in ZFormWebElement.php
ZFormWebElements can be used to wraped existing HTML forms so that
v
top
Variable $VALIDATOR_DIR_NAMES
Method validate
ZFormElement::validate() in ZFormElement.php
Validates the element and all its children by applying the validators associated with the element and then recursively invoking validate on the children.
w
top
Method wrapElement
ZFormFactory::wrapElement() in ZFormFactory.php
z
top
Page ZFormAjaxBehavior.php
ZFormAjaxBehavior.php in ZFormAjaxBehavior.php
Page ZFormRegExpValidator.php
ZFormRegExpValidator.php in ZFormRegExpValidator.php
Page ZFormDynamicElement.php
ZFormDynamicElement.php in ZFormDynamicElement.php
Page ZFormElement.php
ZFormElement.php in ZFormElement.php
Page ZFormElementBehaviorAbstract.php
ZFormElementBehaviorAbstract.php in ZFormElementBehaviorAbstract.php
Page ZFormElementEvent.php
ZFormElementEvent.php in ZFormElementEvent.php
Page ZFormElementEventListenerInterface.php
ZFormElementEventListenerInterface.php in ZFormElementEventListenerInterface.php
Page ZFormElementException.php
ZFormElementException.php in ZFormElementException.php
Page ZFormElementValidator.php
ZFormElementValidator.php in ZFormElementValidator.php
Page ZFormFactory.php
ZFormFactory.php in ZFormFactory.php
Class ZFormAjaxBehavior
ZFormAjaxBehavior in ZFormAjaxBehavior.php
Class ZFormDynamicElement
ZFormDynamicElement in ZFormDynamicElement.php
Class ZFormElement
ZFormElement in ZFormElement.php
Class ZFormElementBehaviorAbstract
ZFormElementBehaviorAbstract in ZFormElementBehaviorAbstract.php
Class ZFormElementEvent
ZFormElementEvent in ZFormElementEvent.php
Class ZFormElementEventListenerInterface
ZFormElementEventListenerInterface in ZFormElementEventListenerInterface.php
Class ZFormElementException
ZFormElementException in ZFormElementException.php
Class ZFormElementValidator
ZFormElementValidator in ZFormElementValidator.php
Class ZFormFactory
ZFormFactory in ZFormFactory.php
Class ZFormRegExpValidator
ZFormRegExpValidator in ZFormRegExpValidator.php
Page ZForm.php
ZForm.php in ZForm.php
Page ZFormButton.php
ZFormButton.php in ZFormButton.php
Page ZFormCheckbox.php
ZFormCheckbox.php in ZFormCheckbox.php
Page ZFormEntryField.php
ZFormEntryField.php in ZFormEntryField.php
Page ZFormFile.php
ZFormFile.php in ZFormFile.php
Page ZFormHiddenField.php
ZFormHiddenField.php in ZFormHiddenField.php
Page ZFormImage.php
ZFormImage.php in ZFormImage.php
Page ZFormInputElement.php
ZFormInputElement.php in ZFormInputElement.php
Page ZFormLink.php
ZFormLink.php in ZFormLink.php
Page ZFormOption.php
ZFormOption.php in ZFormOption.php
Page ZFormPasswordField.php
ZFormPasswordField.php in ZFormPasswordField.php
Page ZFormRadioButton.php
ZFormRadioButton.php in ZFormRadioButton.php
Page ZFormResetButton.php
ZFormResetButton.php in ZFormResetButton.php
Page ZFormSelect.php
ZFormSelect.php in ZFormSelect.php
Page ZFormSubmitButton.php
ZFormSubmitButton.php in ZFormSubmitButton.php
Page ZFormWebElement.php
ZFormWebElement.php in ZFormWebElement.php
Class ZForm
ZForm in ZForm.php
Class ZFormButton
ZFormButton in ZFormButton.php
Class ZFormCheckbox
ZFormCheckbox in ZFormCheckbox.php
Class ZFormEntryField
ZFormEntryField in ZFormEntryField.php
Class ZFormFile
ZFormFile in ZFormFile.php
Class ZFormHiddenField
ZFormHiddenField in ZFormHiddenField.php
Class ZFormImage
ZFormImage in ZFormImage.php
Class ZFormInputElement
ZFormInputElement in ZFormInputElement.php
Class ZFormLink
ZFormLink in ZFormLink.php
Class ZFormOption
ZFormOption in ZFormOption.php
Class ZFormPasswordField
ZFormPasswordField in ZFormPasswordField.php
Class ZFormRadioButton
ZFormRadioButton in ZFormRadioButton.php
Class ZFormResetButton
ZFormResetButton in ZFormResetButton.php
Class ZFormSelect
ZFormSelect in ZFormSelect.php
Class ZFormSubmitButton
ZFormSubmitButton in ZFormSubmitButton.php
Class ZFormWebElement
ZFormWebElement in ZFormWebElement.php
a b c e f g h i l n o p r s v w z _