podafFormBean
Renders Fantom objects as HTML forms complete with client and server side validation
Mixins
ErrorSkin | Implement to define a renderer for form errors. |
InputSkin | Implement to define a renderer for a specific input type. |
OptionsProvider | Implement to provide options to be rendered in |
Classes
FormBean | Represents a Fantom object that can rendered as a HTML form, and reconstituted back to a Fantom object. |
FormField | Holds all the meta data required to convert a field on a Fantom object to HTML and back again. |
SkinCtx | Passed to |
Facets
HtmlInput | Place on the field of a Fantom object / form bean if it should be rendered as HTML |