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

Packages that use BaseTransformation
com.sas.actionprovider Provides the integrated set of classes that comprise the ActionProvider Framework (APF). 
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
com.sas.servlet.tbeans Provides classes and interfaces for the Transformation Beans. 
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.html Provides classes for creating dataselectors, and the menubar classes that provide access to the dataselectors from a data viewer. 
com.sas.servlet.tbeans.dataselectors.memberproperties.html   
com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html   
com.sas.servlet.tbeans.dataselectors.propertyeditor.html   
com.sas.servlet.tbeans.dataselectors.sort.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.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.graphics Provides base classes for generating chart objects. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
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.ipage Provides classes used to write menus, text, and other types of content to various client devices in the appropriate markup language, such as WML, HDML, or HTML. 
com.sas.servlet.tbeans.ipage.iform Provides classes used to write form content to various client devices in the appropriate markup language, such as WML, HDML, or HTML. 
com.sas.servlet.tbeans.login Provides base "Transformation Bean" classes for the Login bean. 
com.sas.servlet.tbeans.login.html Provides HTML "Transformation Bean" classes for the Login bean. 
com.sas.servlet.tbeans.menubar Provides base classes used to generate the MenuBar and SelectorMenuBar. 
com.sas.servlet.tbeans.menubar.html Provides classes for generating a MenuBar or SelectorMenuBar. 
com.sas.servlet.tbeans.models Provides classes and interfaces for models which may be displayed in viewers. 
com.sas.servlet.tbeans.olapgraphics.html Provides classes for generating different OLAP chart objects. 
com.sas.servlet.tbeans.olaptableview.html Provides classes and interfaces for Creating an HTML table representing an OLAPTable. 
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   
com.sas.servlet.tbeans.tableview.wml Provides the classes used to generate a table of data in WML. 
com.sas.servlet.tbeans.webmddbview   
com.sas.servlet.util Provides support and utility classes for com.sas.servlet
 

Uses of BaseTransformation in com.sas.actionprovider
 

Fields in com.sas.actionprovider declared as BaseTransformation
protected  BaseTransformation SelectorAction.selector
          selector attribute
 

Methods in com.sas.actionprovider that return BaseTransformation
abstract  BaseTransformation SelectorActionInterface.getSelector()
          Returns the selector object for this action
 BaseTransformation SelectorAction.getSelector()
          Returns the selector object for this action
 

Methods in com.sas.actionprovider with parameters of type BaseTransformation
abstract  void SelectorActionInterface.setSelector(BaseTransformation selector)
          Sets the selector object on the action
 void SelectorAction.setSelector(BaseTransformation selector)
          Sets the selector object on the action
 

Constructors in com.sas.actionprovider with parameters of type BaseTransformation
SelectorAction(BaseTransformation selector)
          Selector Constructor
 

Uses of BaseTransformation in com.sas.models
 

Fields in com.sas.models declared as BaseTransformation
protected  BaseTransformation SelectorMenuItemNode.selectorObject
           
 

Methods in com.sas.models that return BaseTransformation
abstract  BaseTransformation SelectorMenuItemNodeV2Interface.getSelectorObject()
          Returns the selector associated with the menu node
 BaseTransformation SelectorMenuItemNode.getSelectorObject()
          Returns the selector associated with the menu node
 

Methods in com.sas.models with parameters of type BaseTransformation
abstract  void SelectorMenuItemNodeV2Interface.setSelectorObject(BaseTransformation selector)
          Sets the selector associated with the Menu
 void SelectorMenuItemNode.setSelectorObject(BaseTransformation selector)
          Sets the selector associated with the Menu
 

Constructors in com.sas.models with parameters of type BaseTransformation
SelectorMenuItemNode(BaseTransformation selector)
           
 

Uses of BaseTransformation in com.sas.servlet.tbeans
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans
 class BaseActionCompositeTransformation
           
 class com.sas.servlet.tbeans.BaseActionCompositeTransformation2
           
 class BaseActionTransformation
           
 class com.sas.servlet.tbeans.BaseActionTransformation2
           
 class BaseButton
          The BaseButton is an abstract TransformationBean™ used to create different types of button looks using images and a label.
 class BaseCompositeTransformation
          The base object for all Composite Transformation Beans.
 class com.sas.servlet.tbeans.BaseCompositeTransformation2
           
 class BaseExpandCollapse
          The BaseExpandCollapse is an abstract TransformationBean™ for creating an ExpandCollapse area.
 class BaseImage
          The BaseImage is an abstract TransformationBean™ used to create an Image.
 class BaseLabel
          The BaseLabel is an abstract TransformationBean™ used to create a label.
 class BaseListEditor
          The BaseListEditor class provides the base class for a generic "list editor" component.
 class BaseTreeView
          The BaseTreeView is an abstract TransformationBean™ used to create a TreeView.
 

Fields in com.sas.servlet.tbeans declared as BaseTransformation
protected  BaseTransformation BaseExpandCollapse.contentBean
           
 

Methods in com.sas.servlet.tbeans that return BaseTransformation
 BaseTransformation BaseExpandCollapse.getContentBean()
          Get the content to be placed inside the div tag of this component.
 

Methods in com.sas.servlet.tbeans with parameters of type BaseTransformation
 java.lang.String BaseCompositeTransformation.applyTemplate(BaseTransformation tbean)
          Applies the template by getting the dictionary from the following areas:
ComponentMap - if the tbean implements com.sas.servlet.tbeans.CompositeComponentInterface ComponentStyleMap - if the tbean implements com.sas.servlet.tbeans.ComplexStyleInterface TemplateDictionary - if the tbean implements com.sas.servlet.tbeans.TemplateInterface.
 java.lang.String BaseActionCompositeTransformation.applyTemplate(BaseTransformation tbean)
          Applies the template by getting the dictionary from the following areas:
ComponentMap - if the tbean implements com.sas.servlet.tbeans.CompositeComponentInterface ComponentStyleMap - if the tbean implements com.sas.servlet.tbeans.ComplexStyleInterface TemplateDictionary - if the tbean implements com.sas.servlet.tbeans.TemplateInterface.
 java.lang.String BaseCompositeTransformation.applyTemplate(BaseTransformation tbean, java.lang.String _template)
          Applies the template by getting the dictionary from the following areas:
ComponentMap - if the tbean implements com.sas.servlet.tbeans.CompositeComponentInterface ComponentStyleMap - if the tbean implements com.sas.servlet.tbeans.ComplexStyleInterface TemplateDictionary - if the tbean implements com.sas.servlet.tbeans.TemplateInterface.
 java.lang.String BaseActionCompositeTransformation.applyTemplate(BaseTransformation tbean, java.lang.String _template)
          Applies the template by getting the dictionary from the following areas:
ComponentMap - if the tbean implements com.sas.servlet.tbeans.CompositeComponentInterface ComponentStyleMap - if the tbean implements com.sas.servlet.tbeans.ComplexStyleInterface TemplateDictionary - if the tbean implements com.sas.servlet.tbeans.TemplateInterface.
 void BaseExpandCollapse.setContent(BaseTransformation tbean)
          Set the content to be placed inside the div tag of this component.
 void BaseExpandCollapse.setContentBean(BaseTransformation contentBean)
          Get the content to be placed inside the div tag of this component.
 void BaseCompositeTransformation.writeTemplate(BaseTransformation tbean, java.lang.String _template, java.io.PrintWriter out)
          Writes the template by getting the dictionary from the following areas:
ComponentMap - if the tbean implements com.sas.servlet.tbeans.CompositeComponentInterface ComponentStyleMap - if the tbean implements com.sas.servlet.tbeans.ComplexStyleInterface TemplateDictionary - if the tbean implements com.sas.servlet.tbeans.TemplateInterface.
 void BaseActionCompositeTransformation.writeTemplate(BaseTransformation tbean, java.lang.String _template, java.io.PrintWriter out)
          Writes the template by getting the dictionary from the following areas:
ComponentMap - if the tbean implements com.sas.servlet.tbeans.CompositeComponentInterface ComponentStyleMap - if the tbean implements com.sas.servlet.tbeans.ComplexStyleInterface TemplateDictionary - if the tbean implements com.sas.servlet.tbeans.TemplateInterface.
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.dataselectors
 class BaseDataSelector
          The BaseDataSelector is an abstract TransformationBean™ for creating data selectors to dynamically change Rows, Columns, Totals, etc.
 class BaseSelectorPanel
          The BaseDataSelectorPanel is an abstract TransformationBean™ for creating data selector panels.
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.dataselectors.calculateditems.html
 class BaseCalculatedItemSelectorPanel
          The BaseCalculatedItemSelectorPanel is an abstract TransformationBean™ for use by panels implementing calculated item selector functionality.
 class BaseExpressionEditor
          The BaseExpressionEditor is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript that provides a basic UI for creating and editing expressions for use in calculated items.
 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.
 class SimpleCalculatedItemSelectorPanel
          The SimpleCalculatedItemSelectorPanel is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to provide a user interface for managing run-time calculated items.
 

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

Subclasses of BaseTransformation 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.
 class PercentCalculationsSelectorListBoxView
           
 class PercentCalculationsSelectorPanel
          The PercentCalculationsSelectorPanel is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to provide a user interface for adding and removing FractionOfTotal dataitems.
 

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

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

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

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

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

Subclasses of BaseTransformation 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 ExceptionHighlightingChartSelectorPanel
          The ExceptionHighlightingSelectorPanel is a TransformationBean™ that generates the appropriate HTML 4.0 to provide a selector panel for enabling 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.
 class ExceptionHighlightingSelectorPanel
          The ExceptionHighlightingSelectorPanel is a TransformationBean™ that generates the appropriate HTML 4.0 to provide a selector panel for enabling conditional highlighting of data values.
 

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

Subclasses of BaseTransformation 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.
 class ExportSelectorPanel
          The ExportSelectorPanel is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to provide a user interface for specifying options for exporting data to a spreadsheet application.
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.dataselectors.filterandrank.html
 class FilterAndRankSelector
           
 class FilterAndRankSelectorPanel
          The FilterAndRankSelectorPanel provides the construction and operation code for the "Filter and Rank" Selector.
 

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

Subclasses of BaseTransformation 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.

 class OLAPTimeBasedFilterSelectorPanel
           
 

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

Subclasses of BaseTransformation 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.
 class FindSelectorPanel
          The FindSelectorPanel is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to provide a user interface for dynamically finding member and cell values in a table viewer.
 

Uses of BaseTransformation in com.sas.servlet.tbeans.dataselectors.html
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.dataselectors.html
 class AbstractSelectorContainer
          The AbstractSelectorContainer is an abstract TransformationBean™ that provides base level functionality for selector containers.
 class DataSelector
          The DataSelector is an abstract TransformationBean™ that provides HTML form functionality for the data selector framework.
 class DataSelectorListBoxView
           
 class SelectorPanel
          The SelectorPanel is an abstract TransformationBean™ that provides HTML form functionality for the data selector panel framework.
 

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

Subclasses of BaseTransformation 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.
 class MemberPropertiesSelectorPanel
          The MemberPropertiesSelectorPanel is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to provide a user interface for specifying xxx on data items.
 

Uses of BaseTransformation in com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html
 class CheckBoxListPropertyEditor
           
 class ListBoxViewPropertyEditor
           
 class TextEntryPropertyEditor
           
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.dataselectors.propertyeditor.html
 class EntityAttributeValueSelector
           
 class EntityAttributeValueSelectorPanel
          The EntityAttributeValueSelectorPanel provides the construction and operation code for the "Entity Attribute Value" Selector.
 class PropertyEditorContainer
           
 

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

Subclasses of BaseTransformation 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.
 class SortSelectorPanel
          The SortSelectorPanel is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to provide a user interface for specifying sorting on data items.
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.dualselector
 class BaseDualSelector
          Transformation bean base object for creating Dual Selectors
 

Methods in com.sas.servlet.tbeans.dualselector that return BaseTransformation
protected abstract  BaseTransformation BaseDualSelector.getDefaultComponent()
          Returns a default component
protected  BaseTransformation BaseDualSelector.getSourceComponent()
          Returns the source component used for this selector
protected  BaseTransformation BaseDualSelector.getTargetComponent()
          Returns the target component used for this selector
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.dualselector.html
 class DualListSelector
          The DualListSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a DualListSelector.
 class DualSelector
          Abstract DualSelector class used for displaying two components and selecting/moving items from a source to a target component.
 class DualTreeSelector
          Transformation bean definition for creating an HTML/JavaScript DualTreeSelector.
 class TreeListSelector
          Transformation bean definition for creating an HTML/JavaScript TreeListSelector.
 

Methods in com.sas.servlet.tbeans.dualselector.html that return BaseTransformation
 BaseTransformation TreeListSelector.getDefaultComponent()
          Returns the source component used for this selector (com.sas.servlet.tbeans.html.TreeView)
 BaseTransformation DualTreeSelector.getDefaultComponent()
          Returns the source component used for this selector (com.sas.servlet.tbeans.html.TreeView)
 BaseTransformation DualListSelector.getDefaultComponent()
          Returns the source component used for this selector (com.sas.servlet.tbeans.form.html.ListBox)
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.form
 class BaseCheckBox
          The BaseCheckBox is an abstract TransformationBean™ for creating a checkbox.
 class BaseChoiceBox
          The BaseChoiceBox is an abstract TransformationBean™ for creating a ChoiceBox.
 class BaseComboBoxView
          The BaseComboBoxView is an abstract TransformationBean™ for creating a ComboBoxView.
 class BaseFormElement
          The BaseFormElement is an abstract TransformationBean™ used to create the Form Element.
 class BaseHidden
          The BaseHidden is an abstract TransformationBean™ for creating hidden input fields.
 class BaseInput
          The BaseInput is an abstract TransformationBean™ for creating INPUT elements.
 class BaseListBox
          The BaseListBox is an abstract TransformationBean™ for creating a ListBox input field.
 class BaseListBoxView
          The BaseListBox is an abstract TransformationBean™ for creating a ListBoxView input field.
 class BasePassword
          The BasePassword is an abstract TransformationBean™ for creating a password input field.
 class BasePushButton
          The BasePushButton is an abstract TransformationBean™ for creating a pushbutton.
 class BaseRadio
          The BaseRadio is an abstract TransformationBean™ for creating a Radio input field, which is used for attributes which can take a single value from a set of alternatives.
 class BaseTextArea
          The BaseTextArea is an abstract TransformationBean™ for creating a TextArea input field.
 class BaseTextEntry
          The BaseTextEntry is an abstract TransformationBean™ for creating a text input field.
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.form.html
 class CheckBox
          The CheckBox is a TransformationBean™ that generates the appropriate HTML 4.0 for a checkbox.
 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 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.
 class Form
          Convenience Object for creating HTML forms.
 class Hidden
          The Hidden is a TransformationBean™ that generates the appropriate HTML 4.0 for creating hidden HTML input fields.
 class Image
          The Image is a TransformationBean™ that generates the appropriate HTML 4.0 INPUT tag attributes to represent an image in a form or ANCHOR tag attributes to represent an image.
 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.
 class Password
          The Password is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML password entry field.
 class PushButton
          The PushButton is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML form image.
 class Radio
          The Radio is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML Radio input field, which is used for attributes which can take a single value from a set of alternatives.
 class TextArea
          The TextArea is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML TextArea input field.
 class TextEntry
          The TextEntry is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML text entry field.
 

Uses of BaseTransformation in com.sas.servlet.tbeans.graphics
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.graphics
 class com.sas.servlet.tbeans.graphics.BaseGraphics
           
 

Uses of BaseTransformation in com.sas.servlet.tbeans.graphics.html
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.graphics.html
 class BarChartComposite
          BarChartComposite is a TransformationBean that is composed of other TransformationBeans.
 class BarLineChartComposite
          BarLineChartComposite is a TransformationBean that is composed of other TransformationBeans.
 class ESRIMapComposite
          ***WARNING*** This class is an experimental class and is largely untested.
 class GraphComposite
           
 class LineChartComposite
          LineChartComposite is a TransformationBean that is composed of other TransformationBeans.
 class LinePlotComposite
          LinePlotComposite is a TransformationBean that is composed of other TransformationBeans.
 class PieChartComposite
          PieChartComposite is a TransformationBean that is composed of other TransformationBeans.
 class RadarChartComposite
          RadarChartComposite is a TransformationBean that is composed of other TransformationBeans.
 class ScatterPlotComposite
          ScatterPlotComposite is a TransformationBean that is composed of other TransformationBeans.
 class WaterfallChartComposite
          WaterfallChartComposite is a TransformationBean that is composed of other TransformationBeans.
 

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

Subclasses of BaseTransformation in com.sas.servlet.tbeans.html
 class AppliedFilters
          The AppliedFilters is a TransformationBean™ that generates the appropriate HTML 4.0 to represent the filters applied to the given model.
 class Button
          The Button is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for a button look by setting images and a label.
 class ExpandCollapse
          The ExpandCollapse is a TransformationBean™ used to expand and collapse content within an HTML div tag.
 class Label
          The Label is a TransformationBean™ that generates the appropriate HTML 4.0 for static text in HTML.
 class ListEditor
          The ListEditor is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent an editable list of items.
 class TreeView
          The TreeView is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a tree.
 

Uses of BaseTransformation in com.sas.servlet.tbeans.ipage
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.ipage
 class BaseIPage
          The base object for all IPage Transformation Beans.
 class IMenu
          The IMenu is a TransformationBean™ used to produce a menu using a variety of markup languages (including WML,HDML, and HTML).
 class IText
          The IText is a TransformationBean™ used to produce a text page using a variety of markup languages (including WML,HDML, and HTML).
 

Uses of BaseTransformation in com.sas.servlet.tbeans.ipage.iform
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.ipage.iform
 class BaseIFormElement
          The base object for all IForm sub-elements.
 class IForm
          The IForm is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormHidden
          The IFormHidden is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormListBox
          The IFormListBox is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormPassword
          The IFormPassword is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormRadio
          The IFormRadio is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormTextEntry
          The IFormTextEntry is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 

Uses of BaseTransformation in com.sas.servlet.tbeans.login
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.login
 class BaseLogin
          The BaseLogin is an abstract TransformationBean™ for creating a set of components that allow the user to specify credentials for logging in to a system.
 

Uses of BaseTransformation in com.sas.servlet.tbeans.login.html
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.login.html
 class Login
          Login is a TransformationBean™ that is composed of other TransformationBeans™ which are used to generate HTML code which can render the login bean.
 

Uses of BaseTransformation in com.sas.servlet.tbeans.menubar
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.menubar
 class BaseMenu
          BaseMenu TransformationBean™ used to create a Menu used for controlling rollover dropdown actions, selectors and navigation style menus.
 class BaseMenuBar
          The BaseMenuBar is an abstract TransformationBean™ used to create a MenuBar.
 class BaseMenuItem
          BaseMenuItem TransformationBean™ used to create a MenuItem.
 class BaseSelectorMenuItem
          BaseSelectorMenuItem TransformationBean™ used to create a SelectorMenuItem.
 

Methods in com.sas.servlet.tbeans.menubar that return BaseTransformation
 BaseTransformation BaseSelectorMenuItem.getSelector()
          Returns the selector associated with the menu item
 

Methods in com.sas.servlet.tbeans.menubar with parameters of type BaseTransformation
 void BaseSelectorMenuItem.setSelector(BaseTransformation selector)
          Sets the selector associated with the SelectorMenuItem
 

Uses of BaseTransformation in com.sas.servlet.tbeans.menubar.html
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.menubar.html
 class BaseHTMLMenuBar
          The BaseHTMLMenuBar is an abstract TransformationBean™ used to create an HTML MenuBar.
 class Menu
          Deprecated. As of release 9.2, replaced by SimpleMenuBar/PopupMenu
 class MenuBar
          Deprecated. As of release 9.2, replaced by SimpleMenuBar
 class MenuItem
          MenuItem is used to populate the Menus in a MenuBar transformation bean.
 class SelectorMenuBar
          The SelectorMenuBar is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a Selector MenuBar.
 class SelectorMenuItem
          The SelectorMenuItem is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript used to populate a selector menu in a MenuBar.
 

Constructors in com.sas.servlet.tbeans.menubar.html with parameters of type BaseTransformation
SelectorMenuItem(BaseTransformation selector)
          Constructor of SelectorMenuItem
SelectorMenuItem(BaseTransformation selector, javax.servlet.http.HttpServletRequest request)
          Constructor of SelectorMenuItem
 

Uses of BaseTransformation in com.sas.servlet.tbeans.models
 

Fields in com.sas.servlet.tbeans.models declared as BaseTransformation
protected  BaseTransformation SelectorMenuItemNode.selector
          Selector property
 

Methods in com.sas.servlet.tbeans.models that return BaseTransformation
abstract  BaseTransformation SelectorMenuItemNodeInterface.getSelector()
          Returns the selector associated with the menu node
 BaseTransformation SelectorMenuItemNode.getSelector()
          Returns the selector associated with the menu node
 

Methods in com.sas.servlet.tbeans.models with parameters of type BaseTransformation
abstract  void SelectorMenuItemNodeInterface.setSelector(BaseTransformation selector)
          Sets the selector associated with the Menu
 void SelectorMenuItemNode.setSelector(BaseTransformation selector)
          Sets the selector associated with the Menu
 

Constructors in com.sas.servlet.tbeans.models with parameters of type BaseTransformation
SelectorMenuItemNode(BaseTransformation selector)
           
 

Uses of BaseTransformation in com.sas.servlet.tbeans.olapgraphics.html
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.olapgraphics.html
 class com.sas.servlet.tbeans.olapgraphics.html.OLAPGraphComposite
           
 

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

Subclasses of BaseTransformation 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.
 class ShowDetailDataComposite
          ShowDetailDataComposite is a TransformationBean™ that is composed of other TransformationBeans™ that include the following sub-components: TableViewComposite.
 

Methods in com.sas.servlet.tbeans.olaptableview.html that return BaseTransformation
 BaseTransformation OLAPTableView.getInternalFooter()
           
 BaseTransformation OLAPTableView.getInternalTitle()
           
 

Methods in com.sas.servlet.tbeans.olaptableview.html with parameters of type BaseTransformation
 void OLAPTableView.setInternalFooter(BaseTransformation footer)
          Specify a footer which will be inside the the table
 void OLAPTableView.setInternalTitle(BaseTransformation title)
          Specify a title which will be inside the the table
 

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

Subclasses of BaseTransformation 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 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.
 class CellContentsImageRenderer
          The CellContentsImageRenderer is a TransformationBean™ that generates the appropriate HTML 4.0 to represent the contents of a cell as an HTML image.
 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 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.
 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.
 class CellContentsRadioEditor
          The CellContentsRadioEditor 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 radio 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.
 class CellContentsTextAreaEditor
          The CellContentsTextAreaEditor 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 text area component.
 class CellContentsTextEntryEditor
          The CellContentsTextEntryEditor 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 text entry.
 

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

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

Uses of BaseTransformation in com.sas.servlet.tbeans.tableview.wml
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.tableview.wml
 class DefaultCellContentsRenderer
          The DefaultCellContentsRenderer is a TransformationBean™ that generates the contents of the table's cells.
 

Uses of BaseTransformation in com.sas.servlet.tbeans.webmddbview
 

Subclasses of BaseTransformation in com.sas.servlet.tbeans.webmddbview
 class WebMDDBView
          The WEBMDDB Procedure (Experimental Procedure)
 

Uses of BaseTransformation in com.sas.servlet.util
 

Methods in com.sas.servlet.util with parameters of type BaseTransformation
static java.lang.String BaseUtil.getDefaultFormAction(BaseTransformation viewer)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.