This class is an abstract class for associating StyleComponents with a wizard component.
Located in /polyphony/main/library/GUIWizardComponents/WGUIComponent.abstract.php (line 26)
SObject | --WizardComponent | --WGUIComponent
Class | Description |
---|---|
WGUICheckbox | This class make a checkbox associated with a style property |
WGUISelectList | This class make a selectlist associated with a style property |
The default value passed in with the StyleProperty
Inherited from WizardComponent
WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
copy the value of the Wizard component to the StyleComponent
Returns the values of wizard-components. It may return the value of the wizard component, but this may be overridden.
Returns a block of XHTML-valid code that contains markup for this specific component.
copy the value from the StyleComponent to the wizard component
Initialize all the variables. Should be called last in the constructor.
Requires that the collection and theme are created
Is $value a legitamate value for this wizard 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.
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:00 -0400 by phpDocumentor 1.3.0RC3