|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseCompositeTransformation | |
---|---|
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.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.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. |
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans |
---|
Subclasses of BaseCompositeTransformation in com.sas.servlet.tbeans | |
---|---|
class |
BaseActionCompositeTransformation
|
class |
com.sas.servlet.tbeans.BaseActionCompositeTransformation2
|
class |
com.sas.servlet.tbeans.BaseCompositeTransformation2
|
class |
BaseExpandCollapse
The BaseExpandCollapse is an abstract TransformationBean for creating an ExpandCollapse area. |
class |
BaseListEditor
The BaseListEditor class provides the base class for a generic "list editor" component. |
Methods in com.sas.servlet.tbeans that return BaseCompositeTransformation | |
---|---|
BaseCompositeTransformation |
BaseTransformation.getParentComposite()
|
Methods in com.sas.servlet.tbeans with parameters of type BaseCompositeTransformation | |
---|---|
void |
BaseTransformation.setParentComposite(BaseCompositeTransformation parentComposite)
|
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.calculateditems.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.calculations.percent.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.crossing.html |
---|
Subclasses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.crossing.html | |
---|---|
class |
MapCrossingSelector
|
class |
MapCrossingSelectorPanel
|
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.customizer.html |
---|
Subclasses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.customizer.html | |
---|---|
class |
MapPropertySelector
|
class |
MapPropertySelectorPanel
|
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.exceptionhighlighting.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.export.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.filterandrank.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.filters.timebased.olap.html |
---|
Subclasses of BaseCompositeTransformation 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 |
class |
OLAPTimeBasedFilterSelectorPanel
|
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.find.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.html |
---|
Subclasses of BaseCompositeTransformation 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. |
Methods in com.sas.servlet.tbeans.dataselectors.html with parameters of type BaseCompositeTransformation | |
---|---|
protected int |
AbstractSelectorContainer.initializeBaseButtonTabIndex(int index,
BaseCompositeTransformation composite,
java.lang.String componentKey)
Sets the HTML tab index for the given component of a composite for components that are derived from BaseButton. |
protected int |
AbstractSelectorContainer.initializeBaseFormElementTabIndex(int index,
BaseCompositeTransformation composite,
java.lang.String componentKey)
Sets the HTML tab index for the given component of a composite for components that are derived from BaseFormElement. |
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.memberproperties.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html |
---|
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.propertyeditor.html |
---|
Subclasses of BaseCompositeTransformation 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. |
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.dataselectors.sort.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.dualselector |
---|
Subclasses of BaseCompositeTransformation in com.sas.servlet.tbeans.dualselector | |
---|---|
class |
BaseDualSelector
Transformation bean base object for creating Dual Selectors |
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.dualselector.html |
---|
Subclasses of BaseCompositeTransformation 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. |
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.graphics.html |
---|
Subclasses of BaseCompositeTransformation 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 BaseCompositeTransformation in com.sas.servlet.tbeans.html |
---|
Subclasses of BaseCompositeTransformation in com.sas.servlet.tbeans.html | |
---|---|
class |
ExpandCollapse
The ExpandCollapse is a TransformationBean used to expand and collapse content within an HTML div tag. |
class |
ListEditor
The ListEditor is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent an editable list of items. |
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.olapgraphics.html |
---|
Subclasses of BaseCompositeTransformation in com.sas.servlet.tbeans.olapgraphics.html | |
---|---|
class |
com.sas.servlet.tbeans.olapgraphics.html.OLAPGraphComposite
|
Uses of BaseCompositeTransformation in com.sas.servlet.tbeans.olaptableview.html |
---|
Subclasses of BaseCompositeTransformation in com.sas.servlet.tbeans.olaptableview.html | |
---|---|
class |
ShowDetailDataComposite
ShowDetailDataComposite is a TransformationBean that is composed of other TransformationBeans that include the following sub-components: TableViewComposite. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |