| Package | Description |
|---|---|
| org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
| org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
| org.apache.tapestry.valid |
Components and classes that provide specialized, validating text fields.
|
| Modifier and Type | Method and Description |
|---|---|
IValidationDelegate |
IForm.getDelegate()
Returns the validation delegate for the form.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IValidationDelegate |
Form.getDelegate()
delegate parameter, which has a default (starting in release 4.0).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationDelegate
A base implementation of
IValidationDelegatethat can be used as a managed bean. |