Class TServerValidateEventParameter

Description

TServerValidateEventParameter class

TServerValidateEventParameter encapsulates the parameter data for OnServerValidate event of TCustomValidator components.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TCustomValidator.php 3091 2012-01-18 09:35:07Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /Web/UI/WebControls/TCustomValidator.php (line 160)

TComponent
   |
   --TEventParameter
      |
      --TServerValidateEventParameter
Method Summary
TServerValidateEventParameter __construct (string $value, boolean $isValid)
boolean getIsValid ()
string getValue ()
void setIsValid (boolean $value)
Methods
Constructor __construct (line 178)

Constructor.

  • access: public
TServerValidateEventParameter __construct (string $value, boolean $isValid)
  • string $value: property value to be validated
  • boolean $isValid: whether the value is valid
getIsValid (line 195)
  • return: whether the value is valid
  • access: public
boolean getIsValid ()
getValue (line 187)
  • return: value to be validated
  • access: public
string getValue ()
setIsValid (line 203)
  • access: public
void setIsValid (boolean $value)
  • boolean $value: whether the value is valid

Inherited Methods

Inherited From TComponent

TComponent::addParsedObject()
TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::createdOnTemplate()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__call()
TComponent::__get()
TComponent::__set()
TComponent::__sleep()
TComponent::__wakeup()

Documentation generated on Mon, 25 Jun 2012 14:37:43 +0200 by phpDocumentor 1.4.3