Uses of Class
com.sas.servlet.tbeans.dataselectors.html.AbstractSelectorContainer

Packages that use AbstractSelectorContainer
com.sas.servlet.tbeans.dataselectors Overview Provides classes for creating data selectors and data selector panels. 
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.dataselectors.crossing.html   
com.sas.servlet.tbeans.dataselectors.customizer.html   
com.sas.servlet.tbeans.dataselectors.exceptionhighlighting.html   
com.sas.servlet.tbeans.dataselectors.export.html Provides user interface (UI) classes of the JSP Export Selector. 
com.sas.servlet.tbeans.dataselectors.filterandrank.html   
com.sas.servlet.tbeans.dataselectors.filters.timebased.olap.html   
com.sas.servlet.tbeans.dataselectors.find.html   
com.sas.servlet.tbeans.dataselectors.memberproperties.html   
com.sas.servlet.tbeans.dataselectors.propertyeditor.html   
com.sas.servlet.tbeans.dataselectors.sort.html   
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors
 

Methods in com.sas.servlet.tbeans.dataselectors that return AbstractSelectorContainer
 AbstractSelectorContainer BaseSelectorPanel.getSelector()
          Returns the selector which contains this SelectorPanel
 

Methods in com.sas.servlet.tbeans.dataselectors with parameters of type AbstractSelectorContainer
 void BaseSelectorPanel.setSelector(AbstractSelectorContainer selector)
          Sets the selector which contains this SelectorPanel
 

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

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.calculateditems.html
 class SimpleCalculatedItemSelector
          The SimpleCalculatedItemSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to create a container class for the simple calculated item selector, a data selector used to manage calculated items created at run-time.
 

Methods in com.sas.servlet.tbeans.dataselectors.calculateditems.html with parameters of type AbstractSelectorContainer
 void SimpleCalculatedItemSelectorPanel.setSelector(AbstractSelectorContainer selector)
           
 

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

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.calculations.percent.html
 class PercentCalculationsSelector
          The PercentCalculationsSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a selector which can be used to add and remove FractionOfTotal dataitems.
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.crossing.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.crossing.html
 class MapCrossingSelector
           
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.customizer.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.customizer.html
 class MapPropertySelector
           
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.exceptionhighlighting.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.exceptionhighlighting.html
 class ExceptionHighlightingChartSelector
          The ExceptionHighlightingSelector is a TransformationBean™ that generates the appropriate HTML 4.0 to represent a selector which can be used with data viewers to enable conditional highlighting of data values.
 class ExceptionHighlightingSelector
          The ExceptionHighlightingSelector is a TransformationBean™ that generates the appropriate HTML 4.0 to represent a selector which can be used with data viewers to enable conditional highlighting of data values.
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.export.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.export.html
 class ExportSelector
          The ExportSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a selector which can be used to export viewer data to a spreadsheet application.
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.filterandrank.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.filterandrank.html
 class FilterAndRankSelector
           
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.filters.timebased.olap.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.filters.timebased.olap.html
 class OLAPTimeBasedFilterSelector
          The OLAPTimeBasedFilterSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a selector which can be used to create and apply time based filters

Note that the toString() method on this class calls the write method, which may have undesirable side effects.

 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.find.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.find.html
 class FindSelector
          The FindSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a selector which can be used with table viewers to find member or cell values.
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.memberproperties.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.memberproperties.html
 class MemberPropertiesSelector
          The SortSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a selector which can be used to sort viewer data.
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.propertyeditor.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.propertyeditor.html
 class EntityAttributeValueSelector
           
 

Uses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.sort.html
 

Subclasses of AbstractSelectorContainer in com.sas.servlet.tbeans.dataselectors.sort.html
 class SortSelector
          The SortSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a selector which can be used to sort viewer data.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.