Class Summary |
BaseCheckbox |
Transformation bean base object for creating a checkbox |
BaseChoicebox |
Transformation bean definition for creating a Choicebox. |
BaseHidden |
Transformation bean base object for creating hidden input field tags |
BaseImage |
Transformation bean base object for creating an image |
BaseInput |
Transformation bean base object for creating INPUT tags |
BaseListbox |
Transformation bean definition for creating a Listbox input field. |
BasePassword |
Transformation bean base object for creating a password input field |
BasePushButton |
Transformation bean base object for creating a pushbutton |
BaseRadio |
Transformation bean base object for creating a Radio input field, which
is used for attributes which can take a single value from a set
of alternatives. |
BaseTable |
Transformation bean base object for creating 2-dimensional table. |
BaseText |
Transformation bean base object for creating a text input field |
BaseTextArea |
Transformation bean base object for creating a TextArea input field |
BaseTransformation |
The base object for all Transformation Beans |
A set of interfaces for transforming model information into a different representation, and a set of
classes for the actual representation of that information. "Transformation Bean" is the name given to a Java component that consumes data from either a model or via property sets, then transforms the data into a different representation that will be streamed to a client (or other consumer).