Class Summary |
CombiningMap |
A read-only implementation of Map that combines several other maps. |
ContainerWidgetAsMap |
A Map view of a container widget, keys being children names and values either
maps (for container children), objects (for terminal children) or lists (for repeaters).
|
DomHelper |
Helper class to create and retrieve information from DOM-trees. |
I18nMessage |
A XMLizable implementation that will produce SAX events for the
I18nTransformer in its toSAX method, based on the information
given in the constructor.
|
JavaScriptHelper |
Helper methods to use JavaScript in various locations of the Cocoon Forms configuration files
such as event listeners and bindings. |
RepeaterAsList |
A List view of a Repeater , each element of the list being a Map
wrapping a repeater row, as defined by ContainerWidgetAsMap .
|
SimpleServiceSelector |
A very simple ServiceSelector for ThreadSafe services. |
StringMessage |
A string in an XMLizable form.
|
XMLAdapter |
Adapter class that wraps a Form object and makes it
possible to populate a widget hierarchy from XML in form of SAX
events and serialize the content of the widget hierarchy as XML.
|