Class LogicStepWizard

Description

Abstract parent for wizards that contain multiple steps

  • copyright: Copyright © 2005, Middlebury College
  • version: $Id: StepWizard.abstract.php,v 1.5 2007/09/19 14:04:50 adamfranco Exp $
  • author: Gabe Schine

Located in /polyphony/main/library/Wizard/LogicStepWizard.class.php (line 39)

SObject
   |
   --WizardComponent
      |
      --WizardComponentWithChildren
         |
         --Wizard
            |
            --SimpleWizard
               |
               --StepWizard
                  |
                  --LogicStepWizard
Variable Summary
Method Summary
void LogicStepWizard ()
void setRequiredSteps (mixed $arrayOfSteps, array $arrayOfSteps )
void withDefaultLayout ([mixed $pre = ''])
ref withText (string $text)
Variables
Methods
Constructor LogicStepWizard (line 53)

Constructor

  • since: 5/31/06
  • access: public
void LogicStepWizard ()
getStepContainer (line 114)

Get the step container for this wizard

void getStepContainer ()
setRequiredSteps (line 104)

Set the required steps for this wizard

  • access: public
void setRequiredSteps (mixed $arrayOfSteps, array $arrayOfSteps )
  • array $arrayOfSteps : $return void
withDefaultLayout (line 120)
void withDefaultLayout ([mixed $pre = ''])
withText (line 93)

Returns a new LogicStepWizard with the layout defined as passed. The layout may include any of the following tags:

_saveContinue - a next button that saves changes _cancelContinue - a next button that does not save changes _steps - the place where the current step content will go _cancel - the next step button _save - the previous step button

  • return: object
  • static:
  • access: public
ref withText (string $text)
  • string $text

Redefinition of:
SimpleWizard::withText()
Returns a new SimpleWizard object with the text supplied.

Inherited Methods

Inherited From StepWizard

StepWizard::addStep()
StepWizard::getAllValues()
StepWizard::getCurrentStepName()
StepWizard::getSteps()
StepWizard::setStep()

Inherited From SimpleWizard

SimpleWizard::getMarkup()
SimpleWizard::withText()

Inherited From Wizard

Wizard::addEventListener()
Wizard::getIdString()
Wizard::getLayout()
Wizard::getMarkup()
Wizard::getValidationJavascript()
Wizard::getWizard()
Wizard::getWizardFormName()
Wizard::go()
Wizard::parseText()
Wizard::setIdString()
Wizard::setParent()
Wizard::triggerEvent()
Wizard::triggerLater()
Wizard::update()

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:24:54 -0400 by phpDocumentor 1.3.0RC3