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.
Located in /polyphony/main/library/Wizard/Components/WVerifiedChangeInput.class.php (line 27)
SObject | --WizardComponent | --WizardComponentWithChildren | --WVerifiedChangeInput
Inherited from WizardComponentWithChildren
WizardComponentWithChildren::$_children
Inherited from WizardComponent
WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
Returns a block of XHTML-valid code that contains markup for this specific component.
$this is a shallow copy, subclasses should override to copy fields as necessary to complete the full copy.
Set the checked state of the checkbox
Sets if this component will be enabled or disabled.
Set the input component
Sets the label for this checkbox element.
Sets the text of the field to display until the user enters the field.
Set the value of the input component
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. Validate should be called usually before a save event is handled, to make sure everything went smoothly.
Create a new VerifiedChangeInput with the component specified
Inherited From WizardComponentWithChildren
WizardComponentWithChildren::addComponent()
WizardComponentWithChildren::getAllValues()
WizardComponentWithChildren::getChild()
WizardComponentWithChildren::getChildren()
WizardComponentWithChildren::removeChild()
WizardComponentWithChildren::setEnabled()
WizardComponentWithChildren::update()
WizardComponentWithChildren::validate()
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:27 -0400 by phpDocumentor 1.3.0RC3