Class Summary |
Checkbox |
Transformation bean for creating an HTML checkbox. |
Choicebox |
Transformation bean definition for creating an HTML SELECT element representing
a Choicebox. |
Form |
Convenience Object for creating HTML forms. |
Hidden |
Transformation bean definition for creating hidden HTML input fields. |
Image |
Transformation bean definition for creating an HTML form image. |
Listbox |
Transformation bean definition for creating an HTML SELECT element representing
a Listbox. |
Password |
Transformation bean definition for creating an HTML password entry field. |
PushButton |
Transformation bean definition for creating an HTML form image. |
Radio |
Transformation bean for creating an HTML Radio input field, which
is used for attributes which can take a single value from a set
of alternatives. |
RB |
RB loads and manages the resource bundle for the com.sas.servlet.beans.html package. |
Table |
Transformation bean for creating HTML tables. |
Text |
Transformation bean definition for creating an HTML text entry field. |
TextArea |
Transformation bean for creating an HTML TextArea input field. |
A convenience interface for creating HTML forms, and a set of
classes or "Transformation Beans" for the actual representation of transformed information in HTML.