Uses of Interface
org.apache.tapestry5.ValidationDecorator
-
Packages that use ValidationDecorator Package Description 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.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.util [INTERNAL USE ONLY] various utility classes; API subject to change.org.apache.tapestry5.services Core servicesorg.apache.tapestry5.test Support for testing Tapestry pages -
-
Uses of ValidationDecorator in org.apache.tapestry5
Classes in org.apache.tapestry5 that implement ValidationDecorator Modifier and Type Class Description class
BaseValidationDecorator
Base implementation ofValidationDecorator
that does nothing. -
Uses of ValidationDecorator in org.apache.tapestry5.corelib.base
Fields in org.apache.tapestry5.corelib.base declared as ValidationDecorator Modifier and Type Field Description protected ValidationDecorator
AbstractField. decorator
Methods in org.apache.tapestry5.corelib.base with parameters of type ValidationDecorator Modifier and Type Method Description protected void
AbstractField. setDecorator(ValidationDecorator decorator)
-
Uses of ValidationDecorator in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return ValidationDecorator Modifier and Type Method Description ValidationDecorator
ValidationDecoratorFactoryImpl. newInstance(MarkupWriter writer)
-
Uses of ValidationDecorator in org.apache.tapestry5.internal.util
Classes in org.apache.tapestry5.internal.util that implement ValidationDecorator Modifier and Type Class Description class
AutofocusValidationDecorator
Used byForm
to determine which fields will be focused and a what priority.class
ValidationDecoratorWrapper
Implementation ofValidationDecorator
that delegates all method invocations.Constructors in org.apache.tapestry5.internal.util with parameters of type ValidationDecorator Constructor Description 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 Modifier and Type Method Description ValidationDecorator
ValidationDecoratorFactory. 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 ValidationDecorator Modifier and Type Method Description protected ValidationDecorator
TapestryTestCase. mockValidationDecorator()
-