Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.coerce | |
org.apache.tapestry.components |
Basic, fundamental components used to construct more complex components, or pages.
|
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.form.translator | |
org.apache.tapestry.form.validator | |
org.apache.tapestry.valid |
Components and classes that provide specialized, validating text fields.
|
org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
Class and Description |
---|
FormEventType
Deprecated.
Managing of form events is now done on the client side; this class may be removed in
a future release of Tapestry.
|
IFormComponent
A common interface implemented by all form components (components that create interactive
elements in the rendered page).
|
Class and Description |
---|
IPropertySelectionModel
Used by a
PropertySelection to provide labels for options. |
Class and Description |
---|
AbstractFormComponent
A base class for building components that correspond to HTML form elements.
|
IFormComponent
A common interface implemented by all form components (components that create interactive
elements in the rendered page).
|
Class and Description |
---|
AbstractFormComponent
A base class for building components that correspond to HTML form elements.
|
FormComponentContributor
Interface for objects that contribute client-side events back to a form
|
FormComponentContributorContext
Object that provides support to objects that implement
FormComponentContributor . |
FormEventType
Deprecated.
Managing of form events is now done on the client side; this class may be removed in
a future release of Tapestry.
|
FormSupport
Interface for a utility object that encapsulates the majority of the
Form 's behavior. |
IFormComponent
A common interface implemented by all form components (components that create interactive
elements in the rendered page).
|
IPropertySelectionModel
Used by a
PropertySelection to provide labels for options. |
IPropertySelectionRenderer
Defines an object that works with a
PropertySelection component
to render the individual elements obtained from the model . |
PropertySelection
A component used to render a drop-down list of options that the user may select.
|
RadioGroup
A special type of form component that is used to contain
Radio components. |
Select
Implements a component that manages an HTML <select> form element.
|
Submit
Implements a component that manages an HTML <input type=submit> form element.
|
TranslatedField |
TranslatedFieldSupport |
ValidatableField
Implemented by form components that can need to be translated and validated.
|
ValidatableFieldSupport
Implements the logic used by
RequiredField s for required field checking on rewind and
generating client-side logic during render. |
ValidationMessages
Support interface used to provide access to validation messages.
|
ValidationMessagesImpl
Wrapper around
ValidationStrings.getMessagePattern(String, Locale) and
MessageFormat.format(java.lang.String, java.lang.Object[]) . |
Class and Description |
---|
AbstractFormComponentContributor
Abstract
FormComponentContributor implementation that adds an optional static javscript
method reference to the page. |
FormComponentContributor
Interface for objects that contribute client-side events back to a form
|
FormComponentContributorContext
Object that provides support to objects that implement
FormComponentContributor . |
IFormComponent
A common interface implemented by all form components (components that create interactive
elements in the rendered page).
|
ValidationMessages
Support interface used to provide access to validation messages.
|
Class and Description |
---|
FormComponentContributor
Interface for objects that contribute client-side events back to a form
|
FormComponentContributorContext
Object that provides support to objects that implement
FormComponentContributor . |
IFormComponent
A common interface implemented by all form components (components that create interactive
elements in the rendered page).
|
ValidationMessages
Support interface used to provide access to validation messages.
|
Class and Description |
---|
AbstractFormComponent
A base class for building components that correspond to HTML form elements.
|
IFormComponent
A common interface implemented by all form components (components that create interactive
elements in the rendered page).
|
Class and Description |
---|
AbstractFormComponent
A base class for building components that correspond to HTML form elements.
|
Form
Component which contains form element components.
|
FormEventType
Deprecated.
Managing of form events is now done on the client side; this class may be removed in
a future release of Tapestry.
|
FormSupport
Interface for a utility object that encapsulates the majority of the
Form 's behavior. |
FormSupportImpl
Encapsulates most of the behavior of a Form component.
|
IFormComponent
A common interface implemented by all form components (components that create interactive
elements in the rendered page).
|
IPropertySelectionModel
Used by a
PropertySelection to provide labels for options. |