Package | Description |
---|---|
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.form.translator |
Class and Description |
---|
Translator
Interface used by
ValidatableField s to both format an object as text and translate
submitted text into an appropriate object for a given field. |
Class and Description |
---|
AbstractTranslator
Abstract
Translator implementation that provides default behavior for trimming, null
object, and empty text handling. |
FormatTranslator
Abstract
Translator implementation for Format -based translators. |
Translator
Interface used by
ValidatableField s to both format an object as text and translate
submitted text into an appropriate object for a given field. |