Uses of Interface
org.apache.tapestry5.ValidationDecorator

Packages that use ValidationDecorator
org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework. 
org.apache.tapestry5.corelib.base Base components intended to be extended by other components rather than used directly in templates. 
org.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change. 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.util [INTERNAL USE ONLY] various utility classes; API subject to change. 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

Uses of ValidationDecorator in org.apache.tapestry5
 

Classes in org.apache.tapestry5 that implement ValidationDecorator
 class BaseValidationDecorator
          Base implementation of ValidationDecorator that does nothing.
 

Uses of ValidationDecorator in org.apache.tapestry5.corelib.base
 

Methods in org.apache.tapestry5.corelib.base with parameters of type ValidationDecorator
protected  void AbstractField.setDecorator(ValidationDecorator decorator)
           
 

Uses of ValidationDecorator in org.apache.tapestry5.internal
 

Classes in org.apache.tapestry5.internal that implement ValidationDecorator
 class DefaultValidationDecorator
          Default implementation that writes an attribute into fields or labels that are in error.
 

Uses of ValidationDecorator in org.apache.tapestry5.internal.services
 

Methods in org.apache.tapestry5.internal.services that return ValidationDecorator
 ValidationDecorator ValidationDecoratorFactoryImpl.newInstance(MarkupWriter writer)
           
 

Uses of ValidationDecorator in org.apache.tapestry5.internal.util
 

Classes in org.apache.tapestry5.internal.util that implement ValidationDecorator
 class AutofocusValidationDecorator
          Used by Form to determine which fields will be focused and a what priority.
 class ValidationDecoratorWrapper
          Implementation of ValidationDecorator that delegates all method invocations.
 

Constructors in org.apache.tapestry5.internal.util with parameters of type ValidationDecorator
AutofocusValidationDecorator(ValidationDecorator delegate, ValidationTracker tracker, JavaScriptSupport javascriptSupport)
           
ValidationDecoratorWrapper(ValidationDecorator delegate)
           
 

Uses of ValidationDecorator in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return ValidationDecorator
 ValidationDecorator ValidationDecoratorFactory.newInstance(MarkupWriter writer)
          Creates a new decorator for the indicated writer.
 

Uses of ValidationDecorator in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return ValidationDecorator
protected  ValidationDecorator TapestryTestCase.mockValidationDecorator()
           
 



Copyright © 2003-2012 The Apache Software Foundation.