Uses of Class
com.sas.servlet.tbeans.BaseLabel

Packages that use BaseLabel
com.sas.servlet.tbeans.dataselectors.calculations.percent.html   
com.sas.servlet.tbeans.dualselector Provides base classes for generating DualSelectors: DualListSelector, DualTreeSelector and TreeListSelector 
com.sas.servlet.tbeans.dualselector.html Provides classes for generating different Dual Selectors to move an item from source to target or from target to source component. 
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.olaptableview.html Provides classes and interfaces for Creating an HTML table representing an OLAPTable. 
com.sas.servlet.tbeans.remotefileselector2.html   
com.sas.servlet.tbeans.tableview.html Provides the classes used to generate a table of data in HTML. 
com.sas.servlet.tbeans.tableview.rpf.html   
 

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

Methods in com.sas.servlet.tbeans.dataselectors.calculations.percent.html that return BaseLabel
protected  BaseLabel PercentCalculationsSelectorPanel.newLabelLabelInstance()
          Returns a new default label for the Label field.
protected  BaseLabel PercentCalculationsSelectorPanel.newMeasureLabelInstance()
          Returns a new default label for the For Measure field.
protected  BaseLabel PercentCalculationsSelectorPanel.newPercentChoiceLabelInstance()
          Returns a new default choice label for the Percent specification field.
protected  BaseLabel PercentCalculationsSelectorPanel.newPercentLabelInstance()
          Returns a new default label for the For Percent field.
 

Uses of BaseLabel in com.sas.servlet.tbeans.dualselector
 

Methods in com.sas.servlet.tbeans.dualselector that return BaseLabel
protected abstract  BaseLabel BaseDualSelector.getDefaultLabel()
          Returns the default label used for the target and source components.
 BaseLabel BaseDualSelector.getSourceLabel()
          Gets the displayed label associated with the source listbox
 BaseLabel BaseDualSelector.getTargetLabel()
          Gets the displayed label associated with the target listbox
 

Uses of BaseLabel in com.sas.servlet.tbeans.dualselector.html
 

Methods in com.sas.servlet.tbeans.dualselector.html that return BaseLabel
protected  BaseLabel DualSelector.getDefaultLabel()
           
 

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

Subclasses of BaseLabel in com.sas.servlet.tbeans.html
 class Label
          The Label is a TransformationBean™ that generates the appropriate HTML 4.0 for static text in HTML.
 

Uses of BaseLabel in com.sas.servlet.tbeans.olaptableview.html
 

Subclasses of BaseLabel in com.sas.servlet.tbeans.olaptableview.html
 class DefaultOLAPTableDataCellContentsRenderer
          This class generates the default contents of the olap table's data cells.
 class DefaultOLAPTableLabelCellContentsRenderer
          This class generates the default contents of the olap table's label cells.
 

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

Methods in com.sas.servlet.tbeans.remotefileselector2.html that return BaseLabel
protected  BaseLabel RemoteFileToolBar.createDefaultLabel()
          Returns the default instance of the Label Transformation Bean used for the toolbar label.
protected  BaseLabel RemoteFileSearch.createDefaultSearchDateTimeLimitsLabel()
          Creates and returns the default search Date/time Limits: label to be use with the search date limits type component.
protected  BaseLabel RemoteFileSearch.createDefaultSearchInTheLastLabel()
          Creates and returns the default date limit unit Label.
protected  BaseLabel RemoteFileSearch.createDefaultSearchTextLabel()
          Creates and returns the default Search for: Label.
protected  BaseLabel RemoteFileSearch.createDefaultSearchWhatLabel()
          Creates and returns the default search field text label.
protected  BaseLabel RemoteFileSearch.createDefaultSearchWhereLabel()
          Creates and returns the default Search where: text label.
 

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

Subclasses of BaseLabel in com.sas.servlet.tbeans.tableview.html
 class CellContentsLabelRenderer
          The CellContentsLabelRenderer is a TransformationBean™ that generates the appropriate HTML 4.0 to represent the contents of a cell as an HTML label.
 class CellContentsNoRowsRenderer
          The CellContentsNoRowsRenderer is a TransformationBean™ that generates the appropriate HTML 4.0 of a table cell's contents generated when there are no rows in the data model.
 

Uses of BaseLabel in com.sas.servlet.tbeans.tableview.rpf.html
 

Subclasses of BaseLabel in com.sas.servlet.tbeans.tableview.rpf.html
 class TextAction
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.