Package com.sas.servlet.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.

See:
          Description

Interfaces | Classes | Exceptions | Errors

Interface Summary
CheckboxInterface Transformation bean definition for creating a Checkbox.
ChoiceboxInterface Transformation bean definition for creating a Choicebox.
HiddenInterface Transformation bean definition for creating hidden input fields.
ImageInterface Transformation bean definition for creating an image button.
InputInterface Transformation bean definition for creating INPUT tags
ListboxInterface Transformation bean definition for creating a Listbox input field.
PasswordInterface Transformation bean definition for creating a password entry field.
PushButtonInterface Transformation bean definition for creating a pushbutton.
RadioInterface Transformation bean definition for creating a Radio input field, which is used for attributes which can take a single value from a set of alternatives.
TableInterface Convenience interface for creating 2-dimensional tables.
TableWriterInterface  
TextAreaInterface Transformation bean definition for creating a TextArea input field
TextInterface Transformation bean definition for creating a text entry field.
TransformationInterface The interface that must be implemented for all Transformation Beans.
 

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
 

Package com.sas.servlet.beans Description

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).

Interfaces

The interfaces define the basis for implementations of all Transformation Beans. The primary interface is TransformationInterface, and all other interfaces extend from it.

Classes

The classes define the objects that represent the transformation of the corresponding HTML element as defined by the interfaces. The primary class is BaseTransformation.



Version: 1.2.20000317.001 Formatted: 2000/07/06 15:57:33PM