org.apache.tapestry.form.validator
Class ValidatorsBinding

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

public class ValidatorsBinding
extends AbstractBinding

Binding used to hold a list of Validators.

Since:
4.0
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.binding.AbstractBinding
_description
 
Constructor Summary
ValidatorsBinding(String description, ValueConverter valueConverter, org.apache.hivemind.Location location, List validators)
           
 
Method Summary
 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(String description,
                         ValueConverter valueConverter,
                         org.apache.hivemind.Location location,
                         List validators)
Method Detail

getObject

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



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.