Class PrimitiveIO_integer

Description
  • copyright: Copyright © 2005, Middlebury College
  • version: $Id: PrimitiveIO_strings.classes.php,v 1.10 2007/09/19 14:04:44 adamfranco Exp $
  • author: Adam Franco <AT adamfranco DOT com adam AT adamfranco DOT com> <afranco AT middlebury DOT edu>

Located in /polyphony/main/library/DataManagerGUI/PrimitiveIO/IOClasses/PrimitiveIO_numeric.classes.php (line 21)

SObject
   |
   --WizardComponent
      |
      --ErrorCheckingWizardComponent
         |
         --WTextInput
            |
            --WTextField
               |
               --PrimitiveIO_shortstring
                  |
                  --PrimitiveIO_integer
Direct descendents
Class Description
PrimitiveIO_float
Method Summary
PrimitiveIO_integer PrimitiveIO_integer ()
mixed getAllValues ()
void setValue (ref $value)
void setValueFromSObject (ref $value)
boolean validate ()
Variables
Methods
Constructor PrimitiveIO_integer (line 23)
PrimitiveIO_integer PrimitiveIO_integer ()
getAllValues (line 56)

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

Redefined in descendants as:
  • PrimitiveIO_float::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 34)

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:
PrimitiveIO_shortstring::setValue()
Sets the value of this Component to the SObject passed.

Redefined in descendants as:
setValueFromSObject (line 45)

Sets the value of this Component to the SObject passed.

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

Redefinition of:
PrimitiveIO_shortstring::setValueFromSObject()
Sets the value of this Component to the SObject passed.

Redefined in descendants as:
validate (line 68)

Returns true if this component (and all child components if applicable) have valid values.

By default, this will just return TRUE. Validate should be called usually before a save event is handled, to make sure everything went smoothly.

  • access: public
boolean validate ()

Redefinition of:
WTextInput::validate()
Returns true if this component (and all child components if applicable) have valid values.

Redefined in descendants as:

Inherited Methods

Inherited From PrimitiveIO_shortstring

PrimitiveIO_shortstring::getAllValues()
PrimitiveIO_shortstring::setValue()
PrimitiveIO_shortstring::setValueFromSObject()

Inherited From WTextField

WTextField::getMarkup()
WTextField::setMaxLength()
WTextField::setSize()

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