Class PrimitiveIO_float

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 79)

SObject
   |
   --WizardComponent
      |
      --ErrorCheckingWizardComponent
         |
         --WTextInput
            |
            --WTextField
               |
               --PrimitiveIO_shortstring
                  |
                  --PrimitiveIO_integer
                     |
                     --PrimitiveIO_float
Method Summary
PrimitiveIO_float PrimitiveIO_float ()
mixed getAllValues ()
void setValue (ref $value)
void setValueFromSObject (ref $value)
boolean validate ()
Variables
Methods
Constructor PrimitiveIO_float (line 81)
PrimitiveIO_float PrimitiveIO_float ()
getAllValues (line 114)

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_integer::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 92)

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

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_integer::setValueFromSObject()
Sets the value of this Component to the SObject passed.
validate (line 126)

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:
PrimitiveIO_integer::validate()
Returns true if this component (and all child components if applicable) have valid values.

Inherited Methods

Inherited From PrimitiveIO_integer

PrimitiveIO_integer::PrimitiveIO_integer()
PrimitiveIO_integer::getAllValues()
PrimitiveIO_integer::setValue()
PrimitiveIO_integer::setValueFromSObject()
PrimitiveIO_integer::validate()

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