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.corelib.components |
The set of core components available in all Tapestry applications
|
org.apache.tapestry5.internal.util |
[INTERNAL USE ONLY] various utility classes; API subject to change.
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationTrackerImpl
Standard implementation of
ValidationTracker . |
class |
ValidationTrackerWrapper
Wrapper around a
ValidationTracker that delegates all methods to the wrapped instance. |
Modifier and Type | Method and Description |
---|---|
protected ValidationTracker |
ValidationTrackerWrapper.getDelegate()
Returns the instance to which methods are delegated.
|
Constructor and Description |
---|
ValidationTrackerWrapper(ValidationTracker delegate) |
Modifier and Type | Field and Description |
---|---|
protected ValidationTracker |
AbstractField.validationTracker |
Modifier and Type | Field and Description |
---|---|
protected ValidationTracker |
Form.tracker
The object which will record user input and validation errors.
|
Modifier and Type | Method and Description |
---|---|
ValidationTracker |
Form.getDefaultTracker()
Returns an instance of
ValidationTrackerImpl , lazily creating it as needed. |
Modifier and Type | Method and Description |
---|---|
void |
Form.setDefaultTracker(ValidationTracker defaultTracker)
Deprecated.
In 5.4; previously used only for testing
|
Constructor and Description |
---|
AutofocusValidationDecorator(ValidationDecorator delegate,
ValidationTracker tracker,
JavaScriptSupport javascriptSupport) |
Modifier and Type | Method and Description |
---|---|
protected ValidationTracker |
TapestryTestCase.mockValidationTracker() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_getInput(ValidationTracker tracker,
Field field,
String input) |
protected void |
TapestryTestCase.train_inError(ValidationTracker tracker,
Field field,
boolean inError) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.