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

Packages that use BaseCheckBox
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 BaseCheckBox in com.sas.servlet.tbeans.form.html
 

Subclasses of BaseCheckBox in com.sas.servlet.tbeans.form.html
 class CheckBox
          The CheckBox is a TransformationBean™ that generates the appropriate HTML 4.0 for a checkbox.
 

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

Methods in com.sas.servlet.tbeans.remotefileselector2.html that return BaseCheckBox
protected  BaseCheckBox RemoteFileSearch.createDefaultSearchSubfoldersComponent()
          Creates and returns search sub folders CheckBox.
protected  BaseCheckBox InformationServicesSelector.createDefaultShowDescriptionComponent()
          Returns the default instance of the Show Description CheckBox.
 

Methods in com.sas.servlet.tbeans.remotefileselector2.html with parameters of type BaseCheckBox
 void RemoteFileSelector.setupShowDescription(BaseCheckBox showDescComponent, BaseFieldRenderer descColumnCellRenderer)
          This method sets up the ShowDescription component so that the correct JavaScript method, sas_RemoteFileSelector_updateDescriptionDisplayStatus, is executed when the CheckBox component is selected.
 

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

Subclasses of BaseCheckBox in com.sas.servlet.tbeans.tableview.html
 class CellContentsCheckBoxEditor
          The CellContentsCheckBoxEditor 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 check box component.
 class CellContentsRowSelectionRenderer
          The CellContentsRowSelectionRenderer is a TransformationBean™ that generates the appropriate HTML 4.0 to represent the contents of a cell as an HTML check box.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.