Uses of Interface
org.apache.tapestry5.ValidationTracker
Packages that use ValidationTracker
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.
The set of core components available in all Tapestry applications
[INTERNAL USE ONLY] various utility classes; API subject to change.
Support for testing Tapestry pages
-
Uses of ValidationTracker in org.apache.tapestry5
Classes in org.apache.tapestry5 that implement ValidationTrackerModifier and TypeClassDescriptionfinal class
Standard implementation ofValidationTracker
.class
Wrapper around aValidationTracker
that delegates all methods to the wrapped instance.Methods in org.apache.tapestry5 that return ValidationTrackerModifier and TypeMethodDescriptionprotected ValidationTracker
ValidationTrackerWrapper.getDelegate()
Returns the instance to which methods are delegated.Constructors in org.apache.tapestry5 with parameters of type ValidationTracker -
Uses of ValidationTracker in org.apache.tapestry5.corelib.base
Fields in org.apache.tapestry5.corelib.base declared as ValidationTracker -
Uses of ValidationTracker in org.apache.tapestry5.corelib.components
Fields in org.apache.tapestry5.corelib.components declared as ValidationTrackerModifier and TypeFieldDescriptionprotected ValidationTracker
Form.tracker
The object which will record user input and validation errors.Methods in org.apache.tapestry5.corelib.components that return ValidationTrackerModifier and TypeMethodDescriptionForm.getDefaultTracker()
Returns an instance ofValidationTrackerImpl
, lazily creating it as needed.Methods in org.apache.tapestry5.corelib.components with parameters of type ValidationTrackerModifier and TypeMethodDescriptionvoid
Form.setDefaultTracker
(ValidationTracker defaultTracker) Deprecated.In 5.4; previously used only for testing -
Uses of ValidationTracker in org.apache.tapestry5.internal.util
Constructors in org.apache.tapestry5.internal.util with parameters of type ValidationTrackerModifierConstructorDescriptionAutofocusValidationDecorator
(ValidationDecorator delegate, ValidationTracker tracker, JavaScriptSupport javascriptSupport) -
Uses of ValidationTracker in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ValidationTrackerModifier and TypeMethodDescriptionprotected final ValidationTracker
TapestryTestCase.mockValidationTracker()
Methods in org.apache.tapestry5.test with parameters of type ValidationTrackerModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getInput
(ValidationTracker tracker, Field field, String input) protected final void
TapestryTestCase.train_inError
(ValidationTracker tracker, Field field, boolean inError)