This is a base class for any button in a Wizard that will throw an event when it is activated.
Located in /polyphony/main/library/Wizard/Components/WEventButton.class.php (line 24)
SObject | --WizardComponent | --WEventButton
Class | Description |
---|---|
WBackButton | This adds a "Back" button to the wizard and throws the appropriate event. |
WCallbackButton | This class simply evaluates its event as a callback function when pressed. |
WCancelButton | This adds a cancel button to a wizard. It will automatically trigger the Wizard's cancel event. |
WChooseOptionButton | This appears to be an implementation of EventButton that centers around a dropdown menu. |
WForwardButton | This adds a "Back" button to the wizard and throws the appropriate event. |
WLogicButton | Buttons of this class tree are used in logic wizards to control wizard flow. |
WNextStepButton | This adds a "Next" button to the wizard and throws the appropriate event. |
WPreviousStepButton | This adds a "Previous" button to the wizard. |
WSaveButton | This adds a save button to a wizard. It will automatically trigger the Wizard's save event |
WSaveContinueButton | This is a base class for any button in a Wizard that will throw an event when it is activated. |
Inherited from WizardComponent
WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
Add a confirmation question that will be present in a javascript 'confirm' dialog on button press.
Sets the on-click javascript to be called.
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.
Sets the event type and label for the button.
Sets the label for the button.
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.
virtual constructor
virtual constructor - creates the button with a "nop" event
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:27:57 -0400 by phpDocumentor 1.3.0RC3