Class PrimitiveIO_datetime

Description

Located in /polyphony/main/library/DataManagerGUI/PrimitiveIO/IOClasses/PrimitiveIO_datetime.class.php (line 21)

SObject
   |
   --WizardComponent
      |
      --ErrorCheckingWizardComponent
         |
         --WTextInput
            |
            --WTextField
               |
               --PrimitiveIO_datetime
Method Summary
PrimitiveIO_datetime PrimitiveIO_datetime ()
mixed getAllValues ()
void setValue (ref $value)
void setValueFromSObject (ref $value)
boolean validate ()
Variables
Methods
Constructor PrimitiveIO_datetime (line 23)
PrimitiveIO_datetime PrimitiveIO_datetime ()
getAllValues (line 72)

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

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

Sets the value of this Component to the SObject passed.

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

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.

Inherited Methods

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