Package forms\transformations
Classes summary
| DisabledTransformation | Transformation that disables all the fields on the form. |
| FormTransformation | This class represents "transformations" of a form - such as making it printable or making it readonly. The idea is that sometimes you will want to make your own such transformations, and you shouldn't have to edit the underlying code to support this. |
| PrintableTransformation | Transformation that will make a form printable. Builds on readonly forms with different behaviour for tabsets. |
| PrintableTransformation_TabSet | Class representing printable tabsets |
| ReadonlyTransformation | Transformation that will turn a form into a readonly version of itself |
| TabularStyle | This is a form decorator (a class that wraps around a form) providing us with some functions to display it in a Tabular style. |