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.servlet.tbeans Provides classes and interfaces for the Transformation Beans. 
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.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.olaptableview.html Provides classes and interfaces for Creating an HTML table representing an OLAPTable. 
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
 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
 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.servlet.tbeans
 

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.dualselector
 

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
 

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.menubar
 

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
 

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
 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
 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.olaptableview.html
 

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.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.