***  This package contains classes that are subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.servlet.tbeans.form.html

Provides classes and interfaces for form element componenets and their supporting classes.

See:
          Description

Interface Summary
CheckBoxStyleKeysInterface Interface that contains the keys for the style map for the CheckBox.
ComboBoxViewStyleKeysInterface Interface that contains the keys for the style map for the ComboBoxView.
FormViewInterface The FormViewerInterface class provides a common interface for viewers that require a form element.
ListBoxViewStyleKeysInterface Interface that contains the keys for the style map for the ListBoxView.
RadioStyleKeysInterface Interface that contains the keys for the style map for the Radio.
 

Class Summary
CheckBox The CheckBox is a TransformationBean™ that generates the appropriate HTML 4.0 for a checkbox.
CheckBoxList The CheckBoxList is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a component that allows the user to select one or more objects from a list by using checkboxes in place of labels.
ChoiceBox The ChoiceBox is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML SELECT element representing a ChoiceBox.
ComboBoxView The ComboBoxView is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating an element representing a ComboBoxView.
Form Convenience Object for creating HTML forms.
Hidden The Hidden is a TransformationBean™ that generates the appropriate HTML 4.0 for creating hidden HTML input fields.
Image The Image is a TransformationBean™ that generates the appropriate HTML 4.0 INPUT tag attributes to represent an image in a form or ANCHOR tag attributes to represent an image.
ListBox The ListBox is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML SELECT element representing a ListBox.
ListBoxView The ListBoxView is a TransformationBean™ that generates the appropriate HTML 4.0 for creating a ListBoxView A ListBoxView is a menu that allows either a single selection or multiple selections.
Password The Password is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML password entry field.
PushButton The PushButton is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML form image.
Radio The Radio is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML Radio input field, which is used for attributes which can take a single value from a set of alternatives.
TextArea The TextArea is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML TextArea input field.
TextEntry The TextEntry is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML text entry field.
 

Package com.sas.servlet.tbeans.form.html Description

Provides classes and interfaces for form element componenets and their supporting classes.


***  This package contains classes that are subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.