Package forms\fields-dataless
Classes summary
| DatalessField | Abstract class for all fields without data. Labels, headings and the like should extend from this. |
| HeaderField | Field that generates a heading tag. This can be used to add extra text in your forms. |
| HiddenField | Hidden field. |
| LabelField | Simple label tag. This can be used to add extra text in your forms. Consider
using a ReadonlyField if you need to display a label AND a value. |
| LiteralField | This field lets you put an arbitrary piece of HTML into your forms. |
| ToggleField | ReadonlyField with added toggle-capabilities - will preview the first sentence of the contained text-value, and show the full content by a javascript-switch. |