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

Packages that use BaseChoiceBox
com.sas.servlet.tbeans.dataselectors.calculateditems.html Provides classes and interfaces which provide the user interface components for managing calculated items. 
com.sas.servlet.tbeans.dataselectors.calculations.percent.html   
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.remotefileselector2.html   
com.sas.servlet.tbeans.tableview.html Provides the classes used to generate a table of data in HTML. 
 

Uses of BaseChoiceBox in com.sas.servlet.tbeans.dataselectors.calculateditems.html
 

Methods in com.sas.servlet.tbeans.dataselectors.calculateditems.html that return BaseChoiceBox
protected  BaseChoiceBox SimpleCalculatedItemSelectorPanel.newFunctionComboInstance()
           
 

Uses of BaseChoiceBox in com.sas.servlet.tbeans.dataselectors.calculations.percent.html
 

Methods in com.sas.servlet.tbeans.dataselectors.calculations.percent.html that return BaseChoiceBox
protected  BaseChoiceBox PercentCalculationsSelectorPanel.newMeasureComboInstance()
          Returns a new default ChoiceBox for the Measure specification field.
protected  BaseChoiceBox PercentCalculationsSelectorPanel.newPercentComboInstance()
          Returns a new default ChoiceBox for the the Percent specification field.
 

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

Subclasses of BaseChoiceBox in com.sas.servlet.tbeans.form
 class BaseComboBoxView
          The BaseComboBoxView is an abstract TransformationBean™ for creating a ComboBoxView.
 

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

Subclasses of BaseChoiceBox in com.sas.servlet.tbeans.form.html
 class ChoiceBox
          The ChoiceBox is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML SELECT element representing a ChoiceBox.
 class ComboBoxView
          The ComboBoxView is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating an element representing a ComboBoxView.
 

Uses of BaseChoiceBox in com.sas.servlet.tbeans.remotefileselector2.html
 

Methods in com.sas.servlet.tbeans.remotefileselector2.html that return BaseChoiceBox
protected  BaseChoiceBox RemoteFileToolBar.createDefaultNavigator()
          Returns the default component used for the Location selection component in the toolbar.
protected  BaseChoiceBox RemoteFileSearch.createDefaultSearchDateTimeLimitsComponent()
          Creates and returns the ChoiceBox transformation bean used for displaying the date limit type used for searching.
protected  BaseChoiceBox RemoteFileSearch.createDefaultSearchInTheLastUnitComponent()
          Creates and returns the ChoiceBox transformation bean for the date limit unit type.
protected  BaseChoiceBox RemoteFileSearch.createDefaultSearchWhatComponent()
          Creates and returns default Search what choice component.
protected  BaseChoiceBox RemoteFileSearch.createDefaultSearchWhereComponent()
          Creates and returns default Search where choice component.
 

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

Subclasses of BaseChoiceBox in com.sas.servlet.tbeans.tableview.html
 class CellContentsChoiceBoxEditor
          The CellContentsChoiceBoxEditor 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 choice box component.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.