Uses of Class
com.sas.servlet.tbeans.form.BaseListBox

Packages that use BaseListBox
com.sas.servlet.tbeans Provides classes and interfaces for the Transformation Beans. 
com.sas.servlet.tbeans.form Provides classes and interfaces for all form element Transformation Beans. 
com.sas.servlet.tbeans.form.html Provides classes and interfaces for form element componenets and their supporting classes. 
com.sas.servlet.tbeans.html Provides classes and interfaces for several transformation beans such as Button, Label, and TreeView along with their supporting classes. 
com.sas.servlet.tbeans.tableview.html Provides the classes used to generate a table of data in HTML. 
 

Uses of BaseListBox in com.sas.servlet.tbeans
 

Methods in com.sas.servlet.tbeans that return BaseListBox
abstract  BaseListBox BaseListEditor.getDefaultListComponent()
          Gets the default list transformation object.
 BaseListBox BaseListEditor.getListComponent()
          Gets the transformation used to represent the items in the list model.
 

Uses of BaseListBox in com.sas.servlet.tbeans.form
 

Subclasses of BaseListBox in com.sas.servlet.tbeans.form
 class BaseListBoxView
          The BaseListBox is an abstract TransformationBean™ for creating a ListBoxView input field.
 

Uses of BaseListBox in com.sas.servlet.tbeans.form.html
 

Subclasses of BaseListBox in com.sas.servlet.tbeans.form.html
 class 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.
 class ListBox
          The ListBox is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML SELECT element representing a ListBox.
 class 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.
 

Uses of BaseListBox in com.sas.servlet.tbeans.html
 

Methods in com.sas.servlet.tbeans.html that return BaseListBox
 BaseListBox ListEditor.getDefaultListComponent()
          Constructs and returns a new default list component.
 

Uses of BaseListBox in com.sas.servlet.tbeans.tableview.html
 

Subclasses of BaseListBox in com.sas.servlet.tbeans.tableview.html
 class CellContentsListBoxEditor
          The CellContentsListBoxEditor is a TransformationBean™ that generates the appropriate HTML 4.0 that represent the content's of a cell that can be edited via an HTML list box component.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.