SAS BI API Documentation 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

T

TabBar - class com.sas.visuals.TabBar.
The TabBar is a sub-class of CompositePanel that implements the TabBarInterface to contain TabButtonInterface components.
TabBarInterface - interface com.sas.visuals.TabBarInterface.
TabBarInterface is an interface for containers of TabButtonInterface objects.
TabbedView - class com.sas.visuals.TabbedView.
The TabbedView is a container that allows multiple views to be defined in the same area and viewed exclusively.
TabBorder - class com.sas.visuals.TabBorder.
TabBorder is a subclass of Border that draws a specific type of border for tabs.
TabButton - class com.sas.visuals.TabButton.
TabButton is a subclass of ToggleButton that implements the TabButtonInterface.
TabButtonInterface - interface com.sas.visuals.TabButtonInterface.
TabButtonInterface is an interface that provides an orientation and ActionCommand information.
TabButtonModel - class com.sas.visuals.TabButtonModel.
TabButtonModel is a subclass of DefaultButtonModel.
TabFolder - class com.sas.visuals.TabFolder.
TabFolder is a subclass of Panel that has a TabButtonInterface property.
TabFolderInterface - interface com.sas.visuals.TabFolderInterface.
TabFolderInterface is an interface that contains a tabButton property.
Table - class com.sas.servlet.beans.hdml.Table.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TableView class.
Table - class com.sas.servlet.beans.html.Table.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TableView class.
Table - class com.sas.servlet.beans.wml.Table.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TableView class.
TableCell - interface com.sas.servlet.tbeans.tableview.TableCell.
This interface defines the methods required for a TableView cell.
TableCellContentsEditor - interface com.sas.servlet.tbeans.tableview.TableCellContentsEditor.
This interface defines the methods required by any object that would like to edit the contents of a cell of a TableView.
TableCellContentsRenderer - interface com.sas.servlet.tbeans.tableview.TableCellContentsRenderer.
This interface defines the methods required by any object that would like to renderer the contents of a cell of a TableView.
TableCellEditor - interface com.sas.servlet.tbeans.tableview.TableCellEditor.
This interface defines the methods required by any object that would like to be an editor for cells in a TableView.
TableCellRenderer - interface com.sas.servlet.tbeans.tableview.TableCellRenderer.
This interface defines the methods required by any object that would like to be a renderer for cells in a TableView.
TableColumn - class com.sas.servlet.tbeans.tableview.TableColumn.
A TableColumn provides slots for a renderer and an editor that can be used to display and edit the cells in this column.
TableColumnModel - interface com.sas.servlet.tbeans.tableview.TableColumnModel.
Defines the requirements for a table column model object suitable for use with TableView.
TableColumnModelEvent - class com.sas.servlet.tbeans.tableview.TableColumnModelEvent.
TableColumnModelEvent is used to notify listeners that a TableColumnModel has changed.
TableColumnModelListener - interface com.sas.servlet.tbeans.tableview.TableColumnModelListener.
TableColumnModelListener defines the interface for an object that listens to changes in a TableColumnModel.
TableColumnNavigationBar - class com.sas.servlet.tbeans.navigationbar.html.TableColumnNavigationBar.
TableColumnNavigationBar is a TransformationBean™ that is composed of other TransformationBeans™ that includes the following sub-component: NavigationBarColumnScrollingElement.
TableColumnNavigationBarTag - class com.sas.taglib.servlet.tbeans.navigationbar.TableColumnNavigationBarTag.
TableColumnNavigationBarTag is the tag handler class for the sas:TableColumnNavigationBar custom tag .
TableDataToCSVDataSourceTransform - class com.sas.util.transforms.TableDataToCSVDataSourceTransform.
 
TableElement - class com.sas.swing.visuals.table.TableElement.
Defines an abstract base class for TableView's cells, columns, and rows.
TableElement - class com.sas.table.TableElement.
Defines an abstract base class for TableView's cells, columns, and rows.
TableElementChangedEvent - class com.sas.table.TableElementChangedEvent.
Defines an abstract base class for reporting changes to table elements.
TableElementInterface - interface com.sas.swing.visuals.table.TableElementInterface.
Defines a common interface to TableView's cells, columns, and rows.
TableElementInterface - interface com.sas.table.TableElementInterface.
Defines a common interface to TableView's cells, columns, and rows.
TableException - exception com.sas.table.TableException.
Conveys exceptions that occur when invoking the methods defined by the StaticTableInterface-family of interfaces.
TableFooterTag - class com.sas.taglib.servlet.tbeans.tableview.TableFooterTag.
TableFooterTag is the tag handler class for the sas:TableFooter custom tag .
TableFormatArea - class com.sas.swing.visuals.tableview.TableFormatArea.
Defines an area of columns and rows within a TableView.
TableInterface - interface com.sas.servlet.beans.TableInterface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
TableInterface - interface com.sas.table.TableInterface.
Defines an interface for modifying a table's cells.
TableLoaderOptions - class com.sas.workspace.TableLoaderOptions.
Class for setting and getting Loader options from the PropertySet
TableModelAdapter - class com.sas.swing.models.TableModelAdapter.
The TableModelAdapter is an adapter to allow a com.sas.table.StaticTableInterface object to be used in a javax.swing.JTable object.
TableModelInsertRowSupport - class com.sas.swing.models.TableModelInsertRowSupport.
The TableModelInsertRowSupport aids implementors of InsertRowInterface with inserting a row into a table.
TableModelInterface - interface com.sas.console.plugins.TableModelInterface.
Defines object returned from Nodeinterface.getListViewData().
TableNavigationInterface - interface com.sas.table.TableNavigationInterface.
Defines an interface for navigating through a table.
TableNavigationV2Interface - interface com.sas.table.TableNavigationV2Interface.
Defines an interface that adds to the TableNavigationInterface, which is used for navigating through a table.
TablePainterInterface - interface com.sas.swing.visuals.table.TablePainterInterface.
Defines an interface for doing custom painting of TableView's cells, columns, and rows.
TablePainterInterface - interface com.sas.table.TablePainterInterface.
Defines an interface for doing custom painting of TableView's cells, columns, and rows.
TableRoles - class com.sas.dataselectors.dataitems.TableRoles.
Defines and manages the roles for a relational, or two-dimensional, query.
TableRowModel - interface com.sas.servlet.tbeans.tableview.TableRowModel.
Defines the requirements for a TableRowModel object suitable for use with a TableView.
TableRowModel - interface com.sas.swing.visuals.tableview.TableRowModel.
Defines the requirements for a table row model object suitable for use with TableView.
TableRowModelEvent - class com.sas.swing.visuals.tableview.TableRowModelEvent.
TableRowModelEvent is used to notify listeners that a table row model has changed, such as a row moved.
TableRowModelListener - interface com.sas.swing.visuals.tableview.TableRowModelListener.
TableRowModelListener defines the interface for an object that listens to changes in a TableRowModel.
TableRowNavigationBar - class com.sas.servlet.tbeans.navigationbar.html.TableRowNavigationBar.
TableRowNavigationBar is a TransformationBean™ that is composed of other TransformationBeans™ that includes the following sub-component: NavigationBarRowScrollingElement.
TableRowNavigationBarTag - class com.sas.taglib.servlet.tbeans.navigationbar.TableRowNavigationBarTag.
TableRowNavigationBarTag is the tag handler class for the sas:TableRowNavigationBar custom tag .
TableRowRenderer - interface com.sas.servlet.tbeans.tableview.TableRowRenderer.
This interface defines the methods required by any object that would like to renderer the begin and end row tags for a TableView.
TableScrollCommand - class com.sas.servlet.util.TableScrollCommand.
Deprecated. This class has been deprecated as of Version 3.0.
TableTag - class com.sas.taglib.servlet.beans.TableTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TableViewTag class.
TableTitleTag - class com.sas.taglib.servlet.tbeans.tableview.TableTitleTag.
TableTitleTag is the tag handler class for the sas:TableTitle custom tag .
TableV2Interface - interface com.sas.servlet.beans.TableV2Interface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
TableView - class com.sas.servlet.tbeans.tableview.hdml.TableView.
The TableView is a TransformationBean™ for creating HDML tables.
TableView - class com.sas.servlet.tbeans.tableview.html.TableView.
The TableView is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given 2-dimensional model.
TableView - class com.sas.servlet.tbeans.tableview.wml.TableView.
The TableView is a TransformationBean™ that generates a WML table with the data from the given model and format the 2-dimensional table.
TableView - class com.sas.swing.visuals.table.TableView.
TableView is a class that allows two-dimensional data to be viewed, edited, and manipulated in tabular form.
TableView - class com.sas.swing.visuals.tableview.TableView.
TableView is a swing component that extends from JTable and allows two-dimensional data to be viewed, edited, and manipulated in tabular form.
TableView - class com.sas.table.TableView.
TableView is a class that allows two-dimensional data to be viewed, edited, and manipulated in tabular form.
TableViewAction - class com.sas.swing.visuals.tableview.actions.TableViewAction.
The TableViewAction class is a base class for all TableViewAction subclasses to derive from.
TableViewActionSupportFilter - class com.sas.servlet.tbeans.tableview.TableViewActionSupportFilter.
Specialized ActionSupportFilter class for the TableView component to use when querying the HttpActionProvider for actions.
TableViewAreaInterface - interface com.sas.actionprovider.support.tableview.TableViewAreaInterface.
 
TableViewClipboardAdapter - class com.sas.swing.adapters.TableViewClipboardAdapter.
TableViewClipboardAdapter enables Cut-Copy-Paste Clipboard functionality on com.sas.swing.visual.tableview.TableViews.
TableViewComposite - class com.sas.servlet.tbeans.tableview.html.TableViewComposite.
TableViewComposite is a TransformationBean™ that is composed of other TransformationBeans™ that include the following sub-components: MenuBar, NavigationBar, TableView, Title and Footer.
TableViewCompositeKeysInterface - interface com.sas.servlet.tbeans.tableview.html.TableViewCompositeKeysInterface.
This interface contains the keys that are used to retrieve the default components that make up the TableViewComposite.
TableViewCompositeStyleKeysInterface - interface com.sas.servlet.tbeans.tableview.html.TableViewCompositeStyleKeysInterface.
This interface contains the keys that are used to retrieve and set the styles on the TableViewComposite.
TableViewCompositeTag - class com.sas.taglib.servlet.tbeans.tableview.TableViewCompositeTag.
TableViewCompositeTag is the tag handler class for the sas:TableViewComposite custom tag .
TableViewDefaults - class com.sas.swing.visuals.table.TableViewDefaults.
Provides the default styles and property meta-data for TableView.
TableViewDefaults - class com.sas.table.TableViewDefaults.
Provides the default styles and property meta-data for TableView.
TableViewStrategy - class com.sas.dataexplorer.actionprovider.strategies.dataexplorer.TableViewStrategy.
The TableVieStrategy object's purpose is to surface the logic related to initializing the name, description, images, and visual component of the VDEViewerCommand for showing a table view.
TableViewStyleKeysInterface - interface com.sas.servlet.tbeans.tableview.html.TableViewStyleKeysInterface.
This interface contains the keys that are used to retrieve and set the styles on the TableView.
TableViewTag - class com.sas.taglib.servlet.tbeans.tableview.TableViewTag.
TableViewTag is the tag handler class for the sas:TableView custom tag .
TableViewViewportLayout - class com.sas.swing.visuals.tableview.TableViewViewportLayout.
A modified ViewportLayout to fix the JFC bug where components that implement Scrollable do not resize correctly, if their size is less than the viewport size.
TableWriter - class com.sas.table.TableWriter.
TableWriter creates a comma separated values (CSV) stream from a table.
TableWriterInterface - interface com.sas.servlet.beans.TableWriterInterface.
 
TABULAR - Static variable in interface com.sas.iquery.execution2.ResultSetInterface
Returned by SimpleQueryConnector.getResultSetStructure(BusinessQuery) for tabular result sets (relational data)
TABULAR_BASIC_RESULTSETS - Static variable in class com.sas.iquery.dataretrieval.QueryConnector.CloseOptions
Set this bit to close relational non-offline ResultSets
TABULAR_CONNECTION - Static variable in class com.sas.iquery.dataretrieval.QueryConnector.CloseOptions
Set this bit to close the workspace connection
TABULAR_EMBEDDED - Static variable in interface com.sas.iquery.execution2.ResultSetInterface
Returned by ResultSetInterface.getType()for embedded (in-memory, non-server-connected) tabular result sets
TABULAR_LIVE - Static variable in interface com.sas.iquery.execution2.ResultSetInterface
Returned by ResultSetInterface.getType()for live (interactive and server connected) tabular result sets
TABULAR_OFFLINE_RESULTSETS - Static variable in class com.sas.iquery.dataretrieval.QueryConnector.CloseOptions
Set this option to close relational offline ResultSets
TargetDesignerInterface - interface com.sas.wadmin.plugins.TargetDesignerInterface.
The TargetDesignerInterface is used to populate the TargetDesigner in DataBuilder Usage This interface is intended to be implemented by anyone that wishes to use the ETL Studio plugin methodology to add target designers to the ETL Studio Target Designer wizard.
TargetInterface - interface com.sas.rpf.TargetInterface.
A target for an action to be executed
TargetMethod - class com.sas.rmi.TargetMethod.
 
TCPIPServer - class com.sas.services.connection.TCPIPServer.
A base class to describe IOM servers that communicate with clients using a TCP/IP application protocol.
TempConnectPropertyDialog - class com.sas.workspace.TempConnectPropertyDialog.
This class provides a dialog to view and connect to the Open Metadata Repository Server.
Template - class com.sas.util.Template.
The Template class serves as a generic string substitution and formatting class.
TemplateFactory - class com.sas.services.publish.alerts.TemplateFactory.
A factory used to manufacture alert template objects.
TemplateInterface - interface com.sas.servlet.tbeans.TemplateInterface.
Interface used by all complex components that either use several styles or a composite component that are made up of multiple components.
TemplateInterface - interface com.sas.services.publish.alerts.TemplateInterface.
The TemplateInterface provides common behavior for alert templates.
TerminatedServerException - exception com.sas.rmi.TerminatedServerException.
 
Text - class com.sas.servlet.beans.html.Text.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TextEntry class.
TextAction - class com.sas.servlet.tbeans.tableview.rpf.html.TextAction.
 
TextArea - class com.sas.awt.TextArea.
TextArea is a component for creating a multi-line area that can set and display text.
TextArea - class com.sas.servlet.beans.html.TextArea.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TextArea class.
TextArea - class com.sas.servlet.tbeans.form.html.TextArea.
The TextArea is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML TextArea input field.
TextAreaInterface - interface com.sas.servlet.beans.TextAreaInterface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
TextAreaTag - class com.sas.taglib.servlet.beans.TextAreaTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TextAreaTag class.
TextAreaTag - class com.sas.taglib.servlet.tbeans.form.TextAreaTag.
TextAreaTag is the tag handler class for the sas:TextArea custom tag .
TextAreaVisualComponent - class com.sas.awt.TextAreaVisualComponent.
 
TextBorder - class com.sas.visuals.TextBorder.
TextBorder is a subclass of Border that draws Text on top of another Border.
TextCell - class com.sas.swing.visuals.table.TextCell.
Provides a cell view for displaying and editing a paragraph of text.
TextCell - class com.sas.table.TextCell.
Provides a cell view for displaying and editing a paragraph of text.
TextEditComposite - class com.sas.visuals.TextEditComposite.
 
TextEntry - class com.sas.servlet.beans.html.TextEntry.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TextEntry class.
TextEntry - class com.sas.servlet.tbeans.form.html.TextEntry.
The TextEntry is a TransformationBean™ that generates the appropriate HTML 4.0 for creating an HTML text entry field.
TextEntryInterface - interface com.sas.servlet.beans.TextEntryInterface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
TextEntryPropertyEditor - class com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.TextEntryPropertyEditor.
 
TextEntryPropertyEditorKeysInterface - interface com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.TextEntryPropertyEditorKeysInterface.
 
TextEntryPropertyEditorStyleKeysInterface - interface com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.TextEntryPropertyEditorStyleKeysInterface.
 
TextEntryTag - class com.sas.taglib.servlet.beans.TextEntryTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TextEntryTag class.
TextEntryTag - class com.sas.taglib.servlet.tbeans.form.TextEntryTag.
TextEntryTag is the tag handler class for the sas:TextEntry custom tag .
TextField - class com.sas.awt.TextField.
TextField is a component that can set and display a single line of text.
TextFieldEditorPanel - class com.sas.swing.visuals.dataselectors.propertyeditor.TextFieldEditorPanel.
TextFieldEditorPanel is the default text entry editor for the EntityAttributeValuePanel.
TextFieldVisualComponent - class com.sas.awt.TextFieldVisualComponent.
 
TextFileEntry - class com.sas.services.publish.TextFileEntry.
Represents a text file entry that can then be added to a result package for publishing.
TextFileEntryInterface - interface com.sas.services.publish.TextFileEntryInterface.
The TextFileEntryInterface provides a mechanism for setting and getting the attributes of a text file entry.
TextInterface - interface com.sas.servlet.beans.TextInterface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
TextParserConstants - interface com.sas.sasserver.mdtable.TextParserConstants.
Constants used by MDStringData for return codes and by its internal classes.
TextShadowStyleTag - class com.sas.taglib.graphics.components.TextShadowStyleTag.
 
TextStoreInterface - interface com.sas.services.information.metadata.TextStoreInterface.
A simple interface representing TextStore objects from the metadata store.
TextStyle - class com.sas.graphics.chart.bean.TextStyle.
 
TextStyle - class com.sas.graphics.chart.TextStyle.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by classes in the com.sas.graphics.components package.
TextStyle - class com.sas.graphics.components.TextStyle.
A TextStyle encapsulates the set of display properties applicable to text within a graph.
TextStyleTag - class com.sas.taglib.graphics.components.TextStyleTag.
 
THIS_SOFTWARE_VERSION - Static variable in class com.sas.iquery.metadata.business.ModelVersion
This is the version of SAS Query Services software that is reading or writing a model.
ThreadedCommand - interface com.sas.util.ThreadedCommand.
Object which extends SimpleCommand to provide a method for executing a command in a Thread.
TickStyle - class com.sas.graphics.components.TickStyle.
TickStyle stores appearance properties associated with the tick marks.
TileChart - class com.sas.servlet.tbeans.graphics.html.TileChart.
The TileChart TransformationBean is a servlet component that produces a rectangular tree-based representation of data.
TileChartStrategy - class com.sas.dataexplorer.actionprovider.strategies.dataexplorer.TileChartStrategy.
The TileChartStrategy object's purpose is to surface the logic related to the: Initializing of the name, description, images, and visual component of the VDEViewerCommand for showing a tile chart.
Time - class com.sas.measures.Time.
Time provides an object which represents a span of time in one of several different time units.
Time - class com.sas.servlet.beans.html.Time.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio.
TIME - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TIME_PART (column-name)
TIME_PART - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TIME_PART (column-name)
TIME_QUERY_GENERATION_PATTERN - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Specifies the format pattern (to use with the java.text.SimpleDateFormat class) for TimeValueExpression objects when generating queries This attribute is connection-type specific.
TimeBasedFilterAdapter - class com.sas.dataselectors.filters.timebased.TimeBasedFilterAdapter.
Base class for either RelationalTimeBasedFilterAdapter or OLAPTimeBasedFilterAdapter
TimeBasedFilterAdapterInterface - interface com.sas.dataselectors.filters.timebased.TimeBasedFilterAdapterInterface.
Common methods for Time Based Filter Adapters
TimedCommand - class com.sas.util.TimedCommand.
TimedCommand executes a command, with a timeout.
TimedCommandInterface - interface com.sas.util.TimedCommandInterface.
An interface for a command which can execute under a timeout constraint.
TimedOutException - exception com.sas.util.TimedOutException.
An exception which is thrown when a time constrained command takes too long to execute.
TimeExpressionMeasure - class com.sas.iquery.metadata.expr.olap.TimeExpressionMeasure.
Models an expression to create a relative time-based calculated measure.
TimeExpressionMeasure() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeExpressionMeasure
Create object used to build the MDX expression for creating a time-based calculated measure. String)
TimeExpressionMeasure(DataItem, String) - Constructor for class com.sas.iquery.metadata.expr.olap.TimeExpressionMeasure
Create object used to build the MDX expression for creating a time-based calculated measure.
TimeFilterExpression - class com.sas.iquery.metadata.expr.olap.TimeFilterExpression.
Models an expression that filters a data item based on time members and time function arguments submitted.
TimeFilterExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeFilterExpression
 
TimeFilterFirstLastPeriodsExpression - class com.sas.iquery.metadata.expr.olap.TimeFilterFirstLastPeriodsExpression.
Models an expression that filters a data item to reflect requests for the first or last specified number of members at a level.
TimeFilterFirstLastPeriodsExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeFilterFirstLastPeriodsExpression
 
TimeFilterNParallelPeriodsExpression - class com.sas.iquery.metadata.expr.olap.TimeFilterNParallelPeriodsExpression.
Models an expression that filters a data item to reflect N periods parallel to a given date member.
TimeFilterNParallelPeriodsExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeFilterNParallelPeriodsExpression
 
TimeFilterNPeriodsExpression - class com.sas.iquery.metadata.expr.olap.TimeFilterNPeriodsExpression.
Models an expression that filters a data item to reflect requests for the first or last N members at a level.
TimeFilterNPeriodsExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeFilterNPeriodsExpression
 
TimeIntervals - interface com.sas.util.TimeIntervals.
An interface which defines some constant time intervals, in millisecnds.
TimeoutDriver - class com.sas.rmi.TimeoutDriver.
 
Timer - class com.sas.util.Timer.
A timer for recording time intervals.
TimeRangeFilterExpression - class com.sas.iquery.metadata.expr.olap.TimeRangeFilterExpression.
Models an expression that filters a data item based on start and end date period or can filter based where either the start or end (or both) members are relative.
TimeRangeFilterExpression() - Constructor for class com.sas.iquery.metadata.expr.olap.TimeRangeFilterExpression
 
TimerInterface - interface com.sas.util.TimerInterface.
An interface for timers.
TimeShiftAlignment - class com.sas.iquery.metadata.expr.relational.TimeShiftAlignment.
Models the alignment of the ending date in a AbstractRelativeTimeValueExpression.
TimeShiftDirection - class com.sas.iquery.metadata.expr.relational.TimeShiftDirection.
Models the direction shifting of dates in a AbstractRelativeTimeValueExpression.
TimeShiftUnit - class com.sas.iquery.metadata.expr.relational.TimeShiftUnit.
Models the specific amounts to shift by when using relative time expressions.
TIMESTAMP_QUERY_GENERATION_PATTERN - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Specifies the format pattern (to use with the java.text.SimpleDateFormat class) for TimestampValueExpression objects when generating queries This attribute is connection-type specific.
TimestampValueExpression - class com.sas.iquery.metadata.expr.TimestampValueExpression.
Models timestamp values while fitting into the SAS Query Services' expression model by implementing the ExpressionInterface.
TimestampValueExpression() - Constructor for class com.sas.iquery.metadata.expr.TimestampValueExpression
Creates a TimestampValueExpression object with no Timestamp value set.
TimestampValueExpression(Date) - Constructor for class com.sas.iquery.metadata.expr.TimestampValueExpression
Creates a TimestampValueExpression object and sets the timestamp value stored within the object as the setValue(java.util.Date) method describes.
TimestampValueExpression(Timestamp) - Constructor for class com.sas.iquery.metadata.expr.TimestampValueExpression
Creates a TimestampValueExpression object with the specified time value set.
TimeTag - class com.sas.taglib.servlet.beans.TimeTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio.
TimeValueExpression - class com.sas.iquery.metadata.expr.TimeValueExpression.
Models time values while fitting into the SAS Query Services' expression model by implementing the ExpressionInterface.
TimeValueExpression() - Constructor for class com.sas.iquery.metadata.expr.TimeValueExpression
Creates a TimeValueExpression object with no time value set.
TimeValueExpression(Date) - Constructor for class com.sas.iquery.metadata.expr.TimeValueExpression
Creates a TimeValueExpression object and sets the time value stored within the object as the setValue(java.util.Date) method describes.
TimeValueExpression(Time) - Constructor for class com.sas.iquery.metadata.expr.TimeValueExpression
Creates a TimeValueExpression object with the specified time value set.
Title1Tag - class com.sas.taglib.graphics.components.Title1Tag.
 
Title1TextStyleTag - class com.sas.taglib.graphics.components.Title1TextStyleTag.
 
Title2Tag - class com.sas.taglib.graphics.components.Title2Tag.
 
Title2TextStyleTag - class com.sas.taglib.graphics.components.Title2TextStyleTag.
 
Title3Tag - class com.sas.taglib.graphics.components.Title3Tag.
 
Title3TextStyleTag - class com.sas.taglib.graphics.components.Title3TextStyleTag.
 
Title4Tag - class com.sas.taglib.graphics.components.Title4Tag.
 
Title4TextStyleTag - class com.sas.taglib.graphics.components.Title4TextStyleTag.
 
TitleArea - class com.sas.actionprovider.util.olap.TitleArea.
Interface for specifying the attributes required for identifying a title cell in a olap tableview component.
TitleAreaInterface - interface com.sas.actionprovider.util.olap.TitleAreaInterface.
Interface for specifying the attributes required for identifying a title cell in an olap tableview component.
TitleLabelStrategy - class com.sas.actionprovider.strategies.olap.TitleLabelStrategy.
 
TitleStyleTag - class com.sas.taglib.graphics.chart.TitleStyleTag.
TitleStyleTag is the tag handler class for the sasads:TitleStyle custom tag.
TOCInterface - interface com.sas.awt.print.TOCInterface.
Interface that allows a PageableInterface to return table of contents entry items corresponding to each logical page of printed output
TOCItem - class com.sas.awt.print.TOCItem.
Table of Contents item; allows the construction of a hierarchical table of contents, since child nodes can be added.
ToDataSourceTransform - class com.sas.util.transforms.ToDataSourceTransform.
 
TODAY - Static variable in class com.sas.iquery.metadata.expr.relational.RelativeDateValueExpression
Today represents the current day.
TODAY - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TODAY (column-name)
toExpressionType() - Method in class com.sas.iquery.metadata.serverprop.ParameterType
 
ToggleButton - class com.sas.visuals.ToggleButton.
ToggleButton is a subclass of BaseButton that creates a button where images and text, or both can be displayed.
ToggleButtonModel - class com.sas.visuals.ToggleButtonModel.
ToggleButtonModel is a subclass of DefaultButtonModel.
TOMORROW - Static variable in class com.sas.iquery.metadata.expr.relational.RelativeDateValueExpression
Tomorrow represents (TODAY + 1)
Toolbar - class com.sas.visuals.Toolbar.
 
ToolbarBorder - class com.sas.visuals.ToolbarBorder.
ToolbarBorder provides Border support for Windows 95 Window Border styles for Toolbars ToolbarButton - class com.sas.visuals.ToolbarButton.
ToggleButton is a sub-class of PushButton that creates a button that displays images.
ToolbarLayout - class com.sas.visuals.ToolbarLayout.
 
TOP - Static variable in class com.sas.iquery.metadata.business.step.olap.BusinessQueryRankFilter
Defines a rank order where ranking begins at the top of the cube going to the bottom.
TOP - Static variable in class com.sas.iquery.metadata.business.step.olap.DataItemRankFilter
Defines a rank order where ranking begins at the top of the cube going to the bottom.
TOP - Static variable in class com.sas.iquery.metadata.business.step.relational.DataItemRankFilter
Defines a rank order where ranking begins at the top of the cube going to the bottom.
TopMarkerLabelTextStyleTag - class com.sas.taglib.graphics.components.TopMarkerLabelTextStyleTag.
 
TopNCommand - class com.sas.sasserver.mdtable.commands.TopNCommand.
This class processes a TopN command.
toString() - Method in class com.sas.iquery.dataservices.PossibleFilterValue
Returns a String representation of the formatted data value.
toString() - Method in class com.sas.iquery.metadata.business.ModelVersion
Returns the string form of this object that was originally used in its creation.
toString() - Method in class com.sas.iquery.metadata.serverprop.Category
Returns this object's label -- the same as getLabel() does.
toString() - Method in class com.sas.iquery.metadata.serverprop.Function
Returns this object's label -- same as getLabel().
toString() - Method in class com.sas.iquery.metadata.serverprop.ParameterType
Returns the label for this parameter type -- same as getLabel().
TOTAL - Static variable in class com.sas.iquery.metadata.business.BusinessQueryActionType
This action defines that totaling can be applied to this business query model.
TOTAL - Static variable in class com.sas.iquery.metadata.business.DataItemActionType
The TOTAL action defines the inclusion of various types of grand totals and subtotals.
TOTAL_NONE - Static variable in interface com.sas.iquery.metadata.business.BusinessQuery
This action defines if neither rows or columns will be totaled for a business model.
TotalInterface - interface com.sas.sasserver.mdtable.TotalInterface.
This interface includes the methods required to communicate with the implementing data source information about the inclusion of totals.
TotalsCommand - class com.sas.commands.dataselectors.TotalsCommand.
This class handles the applying of totals and subtotals in conjunction with the Totals Selector.
TotalsCommand - class com.sas.sasserver.mdtable.commands.TotalsCommand.
TotalsCommand is a command that launches a totals dialog.
TotalsSelector - class com.sas.swing.visuals.dataselectors.totals.TotalsSelector.
 
TotalsSelectorAdapterFactory - class com.sas.dataselectors.totals.TotalsSelectorAdapterFactory.
This class is a factory of RelationalTotalsSelectorInterface and OLAPTotalsSelectorInterface instances.
TotalsSelectorComponentNames - interface com.sas.dataselectors.totals.TotalsSelectorComponentNames.
Contains the names of the sub components used by the TotalsSelectorPanel
TotalsSelectorInterface - interface com.sas.dataselectors.totals.TotalsSelectorInterface.
Represents an adapter for the Totals Selector.
TotalsSelectorStrategy - class com.sas.actionprovider.strategies.olap.TotalsSelectorStrategy.
 
TotalsSelectorStrategy - class com.sas.actionprovider.strategies.relational.TotalsSelectorStrategy.
 
toXML(int) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns the XML persistence form for this business model.
traceServer - class com.sas.rmi.traceServer.
 
TrafficLightRangeViewRenderer - class com.sas.swing.charts.TrafficLightRangeViewRenderer.
 
TransformationIdKeys - class com.sas.servlet.tbeans.TransformationIdKeys.
 
TransformationInterface - interface com.sas.servlet.beans.TransformationInterface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TransformationInterface interface.
TransformationInterface - interface com.sas.servlet.tbeans.TransformationInterface.
The interface that must be implemented for all Transformation Beans.
TransformationV2Interface - interface com.sas.servlet.beans.TransformationV2Interface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
TransformationV3Interface - interface com.sas.servlet.beans.TransformationV3Interface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
TransformAttachment - class com.sas.mail.commands.TransformAttachment.
TransformAttachment is a data structure for holding the content, name and transform needed to create a mail attachment.
TransformException - exception com.sas.util.transforms.TransformException.
 
TransformHiddenInterface - interface com.sas.wadmin.plugins.TransformHiddenInterface.
Used to define transforms that populate the ETL Studio Process Library.
TransformingComboBoxModel - class com.sas.swing.models.TransformingComboBoxModel.
TransformingComboBoxModel is a model that is used for instances of javax.swing.JComboBox that can use transforms derived from com.sas.util.transforms.TransformInterface.
TransformingComparator - class com.sas.util.TransformingComparator.
A Comparator which run the items through a TransformInterface before comparing.
TransformingListModel - class com.sas.swing.models.TransformingListModel.
TransformingListModel is a model that is used for instances of javax.swing.JList that can use transforms derived from com.sas.util.transforms.TransformInterface.
TransformInputOutputInterface - interface com.sas.util.transforms.TransformInputOutputInterface.
An extension of the TransformInterface which allows the user to know what the input and output classes for the transform are.
TransformInterface - interface com.sas.util.transforms.TransformInterface.
 
TransformInterface - interface com.sas.wadmin.plugins.TransformInterface.
Used to define transforms that populate the ETL Studio Process Library.
Transforms - class com.sas.util.transforms.Transforms.
The Transforms class manages the list of registered transforms used by the property linking mechanism of the com.sas.LinkPropertiesInterface and com.sas.PropertyLinkAdaptor.
TransformTextCell - class com.sas.swing.visuals.table.TransformTextCell.
TransformTextCell is a subclass of TextCell that provides the ability to transform data on input, output and/or for display.
TransformTextCell - class com.sas.table.TransformTextCell.
TransformTextCell is a subclass of TextCell that provides the ability to transform data on input, output and/or for display.
TransformUtil - class com.sas.workspace.TransformUtil.
Utility methods for transformations
TransientPackageResultHints - class com.sas.services.storedprocess.TransientPackageResultHints.
 
TransportException - exception com.sas.services.TransportException.
Thrown when the underlying system used by this service throws an exception.
TransportFactory - class com.sas.services.publish.TransportFactory.
A factory used to manufacture delivery transport objects.
TransportInterface - interface com.sas.services.publish.TransportInterface.
The TransportInterface interface provides common behavior for delivery transports when retrieving and publishing result packages.
Tree - class com.sas.models.Tree.
Tree is the implementation of TreeInterface.
TreeAction - class com.sas.swing.visuals.remotefileselector.actions.TreeAction.
TreeAction displays the tree view.
TreeDnDDelegateInterface - interface com.sas.models.TreeDnDDelegateInterface.
TreeDnDDelegateInterface defines the methods that are required for a TreeView object to perform drag-drop operations with its nodes.
TreeInterface - interface com.sas.models.TreeInterface.
TreeInterface is an interface which provides access to the root object of some hierarchical structure.
TreeIterator - class com.sas.util.TreeIterator.
Defines an abstract base class for different TreeIteratorInterface - interface com.sas.util.TreeIteratorInterface.
Defines an interface for different TreeListSelector - class com.sas.servlet.tbeans.dualselector.html.TreeListSelector.
Transformation bean definition for creating an HTML/JavaScript TreeListSelector.
TreeListSelector - class com.sas.swing.visuals.dualselector.TreeListSelector.
TreeListSelector class is an implementation that has a JTree and a JList component.
TreeModelAdapter - class com.sas.swing.models.TreeModelAdapter.
 
TreeNode - class com.sas.models.TreeNode.
The TreeNode model creates nodes that can be used to create a hierarchical structure.
TreeNode - class com.sas.servlet.tbeans.models.TreeNode.
The TreeNode model creates nodes that can be used to create a hierarchical structure.
TreeNodeAdapter - class com.sas.swing.models.TreeNodeAdapter.
 
TreeNodeAdaptor - class com.sas.models.TreeNodeAdaptor.
The TreeNodeAdaptor takes a NodeInterface and creates a TreeNodeAdaptor.
TreeNodeIconCellRenderer - class com.sas.swing.visuals.TreeNodeIconCellRenderer.
A subclass of the javax.swing.tree.DefaultTreeCellRenderer.
TreeNodeInterface - interface com.sas.models.TreeNodeInterface.
TreeNodeInterface is an interface for creating tree node.
TreeNodeInterface - interface com.sas.servlet.tbeans.models.TreeNodeInterface.
TreeNodeInterface is an interface for creating a tree node.
TreeNodeInterface - interface com.sas.workspace.plugins.TreeNodeInterface.
A TreeNodeInterface is a interface through which a ETL Studio plugin can report which metadata type it represents.
TreeNodes - class com.sas.workspace.TreeNodes.
Simple class for holding tree nodes.
TreeNodeTag - class com.sas.taglib.servlet.beans.TreeNodeTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TreeNodeTag class.
TreeNodeTag - class com.sas.taglib.servlet.tbeans.TreeNodeTag.
TreeViewTag is the tag handler class for the sas:TreeView custom tag .
TreeNodeV2Interface - interface com.sas.models.TreeNodeV2Interface.
TreeNodeV2Interface is an interface for creating tree node.
TreePathToNodeExpandedTextStringTransform - class com.sas.util.transforms.TreePathToNodeExpandedTextStringTransform.
Transform a TreePath object to a String object representing the expanded text from the node's model.
TreeUtil - class com.sas.dataselectors.filters.tree.TreeUtil.
 
TreeUtil - class com.sas.swing.visuals.util.TreeUtil.
A utility class for working with the TreeModel interface and JTree.
TreeView - class com.sas.servlet.beans.html.TreeView.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TreeView class.
TreeView - class com.sas.servlet.tbeans.html.TreeView.
The TreeView is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a tree.
TreeView - class com.sas.swing.visuals.TreeView.

TreeView is a class which displays a hierarchical list of items.
TreeView - class com.sas.visuals.TreeView.

TreeView is a class which displays a hierarchical list of items.
TreeView.TreeNodeTransform - interface com.sas.servlet.tbeans.html.TreeView.TreeNodeTransform.
Transform a node in a TreeModel into a TreeNodeInterface object which has extra information which can be used in rendering the TreeView.
TreeViewInterface - interface com.sas.servlet.beans.TreeViewInterface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
TreeViewStyleKeysInterface - interface com.sas.servlet.tbeans.html.TreeViewStyleKeysInterface.
The class contains constants used as keys into the style map used by the TreeView.
TreeViewTag - class com.sas.taglib.servlet.beans.TreeViewTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the TreeViewTag class.
TreeViewTag - class com.sas.taglib.servlet.tbeans.TreeViewTag.
TreeViewTag is the tag handler class for the sas:TreeView custom tag .
TRIM - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TRIM (column-name)
TRIM_N - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function TRIM_N (column-name)
TriStateCheckBox - class com.sas.swing.visuals.TriStateCheckBox.
An implementation of a tri-state check box -- an item that can be selected, deselected, or in a mixed state and which displays its state to the user.
TriStateCheckBoxList - class com.sas.swing.visuals.TriStateCheckBoxList.
A component that allows the user to select one or more objects from a list by using TriStateCheckBoxes in place of labels.
TriStateCheckBoxListCellRenderer - class com.sas.swing.visuals.TriStateCheckBoxListCellRenderer.
Renders an item in a TriStateCheckBoxList.
TriStateCheckBoxListSelectionModel - class com.sas.swing.visuals.TriStateCheckBoxListSelectionModel.
Default data model for TriStateCheckBoxList selections.
TrueRowCountCalculatedInterface - interface com.sas.table.TrueRowCountCalculatedInterface.
Interface for determining if the data model should be forced to calculated the actual row count.
TrustedLoginModule - class com.sas.services.security.login.TrustedLoginModule.
Trusted login module.
TunnelingSocketFactory - class com.sas.rmi.TunnelingSocketFactory.
 
Tuple - class com.sas.storage.olap.embedded.Tuple.
Used for building the Tuples of an in memory multidimensional ResultSet This implementation is designed for the simple definition of a tuple in a multidimensional ResultSet.
Tuple - class com.sas.storage.olap.sasmdx.Tuple.
Contains the client side implementation for com.sas.storage.olap.TupleInterface.
TupleElement - class com.sas.storage.olap.embedded.TupleElement.
This implementation is designed for the simple definition of tuple elements in a multidimensional ResultSet.
TupleElement - class com.sas.storage.olap.sasmdx.TupleElement.
Contains the client side implementation for com.sas.storage.olap.TupleElementInterface.
TupleElementInterface - interface com.sas.storage.olap.TupleElementInterface.
An interface representing a tuple element in a multidimensional result set.
TupleInterface - interface com.sas.storage.olap.TupleInterface.
An interface representing a tuple in a multidimensional result set.

  SAS BI API Documentation 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

javadoc generated Tue, 27 May 2003 15:38:14