Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:customValidator

f:com.ibm.xsp.BaseComplexType
   f:validatorInterface
      xp:customValidator

Description

Used by a control to validate that its value is allowed. A method binding is specified as a property to perform the actual validation.

Properties

Java

Java Class: com.ibm.xsp.validator.ValidatorMethodBinding


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
validate,
Validate Method Binding
Used by this validator to validate that the value is allowed
Required Attribute true