Class WPasswordField

Description

This adds an input type='password' field to a Wizard.

Located in /polyphony/main/library/Wizard/Components/WPasswordField.class.php (line 25)

SObject
   |
   --WizardComponent
      |
      --WPasswordField
Variable Summary
mixed $_maxlength
mixed $_size
mixed $_style
mixed $_value
Method Summary
mixed getAllValues ()
string getMarkup (string $fieldName)
void setMaxLength (integer $maxlength)
void setSize (int $size)
void setStyle (string $style)
boolean update (string $fieldName)
Variables
mixed $_maxlength = 255 (line 30)
mixed $_size = 30 (line 29)
mixed $_style = null (line 31)
mixed $_value = null (line 32)

Inherited Variables

Inherited from WizardComponent

WizardComponent::$_enabled
WizardComponent::$_enabledSticky
WizardComponent::$_parent
Methods
getAllValues (line 84)

Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.

  • access: public
mixed getAllValues ()

Redefinition of:
WizardComponent::getAllValues()
Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
getMarkup (line 96)

Returns a block of XHTML-valid code that contains markup for this specific component.

  • access: public
string getMarkup (string $fieldName)
  • string $fieldName: The field name to use when outputting form data or similar parameters/information.

Redefinition of:
WizardComponent::getMarkup()
Returns a block of XHTML-valid code that contains markup for this specific component.
setMaxLength (line 50)

Sets the maxlength of the value of this field.

  • access: public
void setMaxLength (integer $maxlength)
  • integer $maxlength
setSize (line 40)

Sets the size of this password field.

  • access: public
void setSize (int $size)
  • int $size
setStyle (line 60)

Sets the CSS style of this field.

  • access: public
void setStyle (string $style)
  • string $style
update (line 73)

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.

  • return: - TRUE if everything is OK
  • access: public
boolean update (string $fieldName)
  • string $fieldName: The field name to use when outputting form data or similar parameters/information.

Redefinition of:
WizardComponent::update()
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.

Inherited Methods

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