Class PrimitiveIO_string

Description

Located in /polyphony/main/library/DataManagerGUI/PrimitiveIO/IOClasses/PrimitiveIO_strings.classes.php (line 63)

SObject
   |
   --WizardComponent
      |
      --ErrorCheckingWizardComponent
         |
         --WTextInput
            |
            --WTextArea
               |
               --PrimitiveIO_string
Method Summary
PrimitiveIO_string PrimitiveIO_string ()
mixed getAllValues ()
void setValue (ref $value)
void setValueFromSObject (ref $value)
Variables
Methods
Constructor PrimitiveIO_string (line 65)
PrimitiveIO_string PrimitiveIO_string ()
getAllValues (line 99)

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:
WTextInput::getAllValues()
Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
setValue (line 76)

Sets the value of this Component to the SObject passed.

void setValue (ref $value)
  • ref $value: object $value The SObject value to use.

Redefinition of:
WTextInput::setValue()
Sets the value of this text field.
setValueFromSObject (line 88)

Sets the value of this Component to the SObject passed.

void setValueFromSObject (ref $value)
  • ref $value: object $value The SObject value to use.

Inherited Methods

Inherited From WTextArea

WTextArea::__construct()
WTextArea::getMarkup()
WTextArea::setColumns()
WTextArea::setRows()
WTextArea::setSize()
WTextArea::withRowsAndColumns()

Inherited From WTextInput

WTextInput::addOnChange()
WTextInput::getAllValues()
WTextInput::setStartingDisplayText()
WTextInput::setStyle()
WTextInput::setValue()
WTextInput::update()
WTextInput::validate()

Inherited From ErrorCheckingWizardComponent

ErrorCheckingWizardComponent::getErrorRule()
ErrorCheckingWizardComponent::getErrorStyle()
ErrorCheckingWizardComponent::getErrorText()
ErrorCheckingWizardComponent::setErrorRule()
ErrorCheckingWizardComponent::setErrorStyle()
ErrorCheckingWizardComponent::setErrorText()

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