This is an abstract class that defines a WizardComponent that can have children.
Located in /polyphony/main/library/Wizard/WizardComponentWithChildren.abstract.php (line 26)
SObject | --WizardComponent | --WizardComponentWithChildren
Class | Description |
---|---|
PrimitiveIO_okitype | |
WStyleCollection | This class allows for the creation of a Style Collection GUI Wizard component. |
WStyleProperty | This class allows for the creation of a StyleProperty GUI Wizard Component. |
WComponentCollection | This allows for a grouping of Components. It is a single component itself that wraps other components to allow for the addition of multiple components where a single one is expected. |
WizardStep | The Wizard class provides a system for registering Wizard properties and associating those properties with the appropriate form elements. |
WMoreOptions | The goal here is to provide a system for having a simple view that the user can expand to get more options. |
WRepeatableComponentCollection | This component allows for the creation of repeatable components or groups of components. |
WSelectOrNew | <##> |
WVerifiedChangeInput | This component provides a checkbox next to the input field with which the user can confirm that they wish to change this field. This is useful when making forms which allow for the editing of many fields across multiple items where the user may only wish to change one of the fields across all items. |
Wizard | The Wizard class provides a system for posting, retrieving, and validating user input over a series of steps, as well as maintianing the submitted values over a series of steps, until the wizard is saved. |
Inherited from WizardComponent
WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
Adds a WizardComponent to this component. It will return the newly added component.
Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
Returns the component specified by $name.
Returns an array of all the children of this component, keyed by name.
Removes the specified child from this component.
Sets if this component will be enabled or disabled.
Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
Returns true if this component (and all child components if applicable) have valid values.
By default, this will just return TRUE.
Inherited From WizardComponent
WizardComponent::getAllValues()
WizardComponent::getMarkup()
WizardComponent::getWizard()
WizardComponent::isEnabled()
WizardComponent::setEnabled()
WizardComponent::setParent()
WizardComponent::update()
WizardComponent::validate()
Inherited From SObject
SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()
Documentation generated on Wed, 19 Sep 2007 10:28:04 -0400 by phpDocumentor 1.3.0RC3