t5gui

These are classes which are used to build and equanda generated tapestry5 (crud) user interface for the domain model.
Contrary to the tapestry5 component, this is equanda specific and not intended to be used without dependencies on the rest of equanda.

Components

Services

Coercions

  • java.util.Date <-> java.sql.Date : to allow using java.sql.Date objects with the (core) components
  • java.util.Date <-> java.sql.Timestamp : to allow using java.sql.Timestamp objects with the (core) components
  • String <-> UOID

Translators

  • UoidTranslator

h2 Translation support

The t5gui module defines a binding which can be used to use the translations as defined in the equanda specific translations files.
This can be accessed using the "equanda-message" binding prefix (and the key as value).
For details see this page.

Utility classes