Class TServerValidateEventParameter

Description

TServerValidateEventParameter class

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

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

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

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 161)
  • return: whether the value is valid
  • access: public
boolean getIsValid ()
getValue (line 153)
  • return: value to be validated
  • access: public
string getValue ()
setIsValid (line 169)
  • access: public
void setIsValid (boolean $value)
  • boolean $value: whether the value is valid

Inherited Methods

Inherited From TComponent

TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__get()
TComponent::__set()

Documentation generated on Sun, 04 Jun 2006 18:59:00 -0400 by phpDocumentor 1.3.0RC4