org.apache.tapestry.form.validator
Class ValidatorsBinding

java.lang.Object
  extended byorg.apache.tapestry.binding.AbstractBinding
      extended byorg.apache.tapestry.form.validator.ValidatorsBinding
All Implemented Interfaces:
IBinding, org.apache.hivemind.Locatable

public class ValidatorsBinding
extends AbstractBinding

Binding used to hold a list of Validators.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ValidatorsBinding(java.lang.String description, ValueConverter valueConverter, org.apache.hivemind.Location location, java.util.List validators)
           
 
Method Summary
 java.lang.Object getObject()
          Returns the value of this binding.
 
Methods inherited from class org.apache.tapestry.binding.AbstractBinding
createReadOnlyBindingException, extendDescription, getComponent, getDescription, getLocation, getObject, getValueConverter, isInvariant, setObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorsBinding

public ValidatorsBinding(java.lang.String description,
                         ValueConverter valueConverter,
                         org.apache.hivemind.Location location,
                         java.util.List validators)
Method Detail

getObject

public java.lang.Object getObject()
Description copied from interface: IBinding
Returns the value of this binding. This is the essential method.