Uses of Interface
org.apache.tapestry5.ValidationDecorator
Packages that use ValidationDecorator
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
Base components intended to be extended by other components rather than
used directly in templates.
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] various utility classes; API subject to change.
Core services
Support for testing Tapestry pages
-
Uses of ValidationDecorator in org.apache.tapestry5
Classes in org.apache.tapestry5 that implement ValidationDecoratorModifier and TypeClassDescriptionclass
Base implementation ofValidationDecorator
that does nothing. -
Uses of ValidationDecorator in org.apache.tapestry5.corelib.base
Fields in org.apache.tapestry5.corelib.base declared as ValidationDecoratorMethods in org.apache.tapestry5.corelib.base with parameters of type ValidationDecoratorModifier and TypeMethodDescriptionprotected final void
AbstractField.setDecorator
(ValidationDecorator decorator) -
Uses of ValidationDecorator in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return ValidationDecoratorModifier and TypeMethodDescriptionValidationDecoratorFactoryImpl.newInstance
(MarkupWriter writer) -
Uses of ValidationDecorator in org.apache.tapestry5.internal.util
Classes in org.apache.tapestry5.internal.util that implement ValidationDecoratorModifier and TypeClassDescriptionclass
Used byForm
to determine which fields will be focused and a what priority.class
Implementation ofValidationDecorator
that delegates all method invocations.Constructors in org.apache.tapestry5.internal.util with parameters of type ValidationDecoratorModifierConstructorDescriptionAutofocusValidationDecorator
(ValidationDecorator delegate, ValidationTracker tracker, JavaScriptSupport javascriptSupport) -
Uses of ValidationDecorator in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return ValidationDecoratorModifier and TypeMethodDescriptionValidationDecoratorFactory.newInstance
(MarkupWriter writer) Deprecated.Creates a new decorator for the indicated writer. -
Uses of ValidationDecorator in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ValidationDecoratorModifier and TypeMethodDescriptionprotected final ValidationDecorator
TapestryTestCase.mockValidationDecorator()