|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpActionProviderViewInterface | |
---|---|
com.sas.actionprovider | Provides the integrated set of classes that comprise the ActionProvider Framework (APF). |
com.sas.actionprovider.support | Provides the support classes that define the default areas and actions for components that acquire their Actions via the ActionProviderFramework (APF). |
com.sas.servlet.tbeans | Provides classes and interfaces for the Transformation Beans. |
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.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.navigationbar | Provides the base classes and interfaces needed to generate a navigation bar for scrolling. |
com.sas.servlet.tbeans.navigationbar.html | Provides classes used to generate an HTML representation of a navigation bar for scrolling. |
com.sas.servlet.tbeans.olapgraphics.html | Provides classes for generating different OLAP chart objects. |
com.sas.servlet.tbeans.olaptableview | Provides classes and interfaces for viewing OLAP Data. |
com.sas.servlet.tbeans.olaptableview.html | Provides classes and interfaces for Creating an HTML table representing an OLAPTable. |
com.sas.servlet.tbeans.remotefileselector2 | |
com.sas.servlet.tbeans.remotefileselector2.html | |
com.sas.servlet.tbeans.tableview | Provides the base classes and interfaces used to generate a table of data for a given data model. |
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 |
Uses of HttpActionProviderViewInterface in com.sas.actionprovider |
---|
Methods in com.sas.actionprovider with parameters of type HttpActionProviderViewInterface | |
---|---|
void |
HttpActionProvider.addExternalRequestParameter(HttpActionProviderViewInterface viewer,
java.lang.String parameterName,
java.lang.String parameterValue)
Adds a key/value pair of request parameters to be included on all Actions returned by this ActionProvider. |
void |
HttpActionProvider.addExternalRequestParameters(HttpActionProviderViewInterface viewer,
java.util.Map externalParameters)
Adds multiple key/value pairs of request parameters to be included on the actions returned by this action provider. |
void |
HttpActionProvider.flushAdditionalViewerAttributes(HttpActionProviderViewInterface viewer)
Flushes all additional attributes that are associated with the specified viewer. |
void |
HttpActionProvider.flushViewerReferencesFromSupportClass(HttpActionProviderViewInterface viewer)
Flushes all the viewer references maintained by the viewers support class. |
java.util.Map |
HttpActionProvider.getExternalRequestParameters(HttpActionProviderViewInterface viewer)
Returns a map of all the key/value pairs to be included on every action returned by this action provider for a specific viewer. |
Uses of HttpActionProviderViewInterface in com.sas.actionprovider.support |
---|
Classes in com.sas.actionprovider.support that implement HttpActionProviderViewInterface | |
---|---|
class |
HttpViewerSupport
Provides a common implementation of the HttpActionProviderViewInterface
to which components may delegate their own implementations of that interface. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans |
---|
Classes in com.sas.servlet.tbeans that implement HttpActionProviderViewInterface | |
---|---|
class |
BaseActionCompositeTransformation
|
class |
com.sas.servlet.tbeans.BaseActionCompositeTransformation2
|
class |
BaseActionTransformation
|
class |
com.sas.servlet.tbeans.BaseActionTransformation2
|
class |
BaseLabel
The BaseLabel is an abstract TransformationBean used to create a label. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.dataselectors.html |
---|
Classes in com.sas.servlet.tbeans.dataselectors.html that implement HttpActionProviderViewInterface | |
---|---|
class |
ActionProviderMenuBar
The ActionProviderMenuBar is an abstract TransformationBean that provides a menubar representation of the actions defined for an area of a viewer. |
class |
OLAPMenuBar
The OLAPMenuBar is a TransformationBean that generates the appropriate HTML 4.0 that is used to display a menubar of available data selectors for an OLAP viewer, such as the OLAPTableView. |
class |
RelationalMenuBar
The RelationalMenuBar is a TransformationBean that generates the appropriate HTML 4.0 that is used to display a menubar of available data selectors for a relational viewer, such as the TableView. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.graphics |
---|
Classes in com.sas.servlet.tbeans.graphics that implement HttpActionProviderViewInterface | |
---|---|
class |
com.sas.servlet.tbeans.graphics.BaseBarChart
|
class |
BaseBarLineChart
The BarLineChart is a Swing component that uses a BarLineChartDataModel (data properties) and a BarLineChartModel (display properties) to produce a series of connected veticies representing data values. |
class |
BaseESRIMapChart
BaseESRIMapChart is a base class for the OLAP and relational ESRIMap tbeans. |
class |
com.sas.servlet.tbeans.graphics.BaseGraph
|
class |
com.sas.servlet.tbeans.graphics.BaseGraphics
|
class |
BaseLineChart
The LineChart is a Swing component that uses a LineChartDataModel (data properties) and a LineChartModel (display properties) to produce a series of connected veticies representing data values. |
class |
BaseLinePlot
The LinePlot is a Swing component that uses a LinePlotDataModel (data handle) and a LinePlotModel (display properties) to produce a interpolated line. |
class |
BasePieChart
The PieChart is a Swing component that uses a PieChartDataModel (data handle) and a PieChartModel (display properties) to produce a graphical, circular representation of the data. |
class |
BaseRadarChart
The RadarChart is a Swing component that uses a RadarChartDataModel (data properties) and a RadarChartModel (display properties) to produce a graphical circular shaped representation of the data, consisting of radial axes onto which data points may be plotted. |
class |
BaseScatterPlot
The ScatterPlot is a Swing component that uses a ScatterPlotDataModel (data handle) and a ScatterPlotModel (display properties) to produce markers with different shapes, sizes and colors one for each data point. |
class |
BaseTileChart
|
class |
BaseWaterfallChart
|
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.graphics.html |
---|
Classes in com.sas.servlet.tbeans.graphics.html that implement HttpActionProviderViewInterface | |
---|---|
class |
BarChart
The BarChart TransformationBean is a servlet component that produces bar charts that support the visualization of multiple response variables. |
class |
BarChartComposite
BarChartComposite is a TransformationBean that is composed of other TransformationBeans. |
class |
BarLineChart
The BarLineChart TransformationBean is a servlet component that produces bar charts with overlayed line plots. |
class |
BarLineChartComposite
BarLineChartComposite is a TransformationBean that is composed of other TransformationBeans. |
class |
ESRIMapChart
***WARNING*** This class is an experimental class and is largely untested. |
class |
ESRIMapComposite
***WARNING*** This class is an experimental class and is largely untested. |
class |
ESRIMapMenu
***WARNING*** This class is an experimental class and is largely untested. |
class |
GraphComposite
|
class |
LineChart
The LineChart TransformationBean is a servlet component that produces line charts that support the visualization of multiple response variables. |
class |
LineChartComposite
LineChartComposite is a TransformationBean that is composed of other TransformationBeans. |
class |
LinePlot
The LinePlot TransformationBean is a servlet component that produces line plots that support the visualization of multiple response variables. |
class |
LinePlotComposite
LinePlotComposite is a TransformationBean that is composed of other TransformationBeans. |
class |
PieChart
The PieChart TransformationBean is a servlet component that produces pie charts that support the visualization of multiple response variables. |
class |
PieChartComposite
PieChartComposite is a TransformationBean that is composed of other TransformationBeans. |
class |
RadarChart
The RadarChart TransformationBean is a servlet component that produces radar charts that show the relative frequency of data measures in quality control or market research problems. |
class |
RadarChartComposite
RadarChartComposite is a TransformationBean that is composed of other TransformationBeans. |
class |
ScatterPlot
The ScatterPlot TransformationBean is a servlet component that produces scatter plots that support the visualization of multiple response variables. |
class |
ScatterPlotComposite
ScatterPlotComposite is a TransformationBean that is composed of other TransformationBeans. |
class |
TileChart
The TileChart TransformationBean is a servlet component that produces a rectangular tree-based representation of data. |
class |
WaterfallChart
The WaterfallChart TransformationBean is a servlet component that produces waterfall charts that support the visualization of multiple response variables. |
class |
WaterfallChartComposite
WaterfallChartComposite is a TransformationBean that is composed of other TransformationBeans. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.html |
---|
Classes in com.sas.servlet.tbeans.html that implement HttpActionProviderViewInterface | |
---|---|
class |
Label
The Label is a TransformationBean that generates the appropriate HTML 4.0 for static text in HTML. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.navigationbar |
---|
Classes in com.sas.servlet.tbeans.navigationbar that implement HttpActionProviderViewInterface | |
---|---|
class |
BaseNavigationBarElement
The abstract Transformation Bean base object for creating elements for navigating through a Transformation Bean's model. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.navigationbar.html |
---|
Classes in com.sas.servlet.tbeans.navigationbar.html that implement HttpActionProviderViewInterface | |
---|---|
class |
NavigationBarColumnScrollingElement
The NavigationBarColumnScrollingElement is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represents the column scrolling actions for a NavigationBar. |
class |
NavigationBarEditingElement
The NavigationBarEditingElement is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represents the edit actions for a NavigationBar. |
class |
NavigationBarRowScrollingElement
The NavigationBarRowScrollingElement is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represents the row scrolling actions for a NavigationBar. |
class |
NavigationBarScrollingElement
The abstract TransformationBean object needed to implement a navigation scrolling element. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.olapgraphics.html |
---|
Classes in com.sas.servlet.tbeans.olapgraphics.html that implement HttpActionProviderViewInterface | |
---|---|
class |
OLAPESRIMapChart
The OLAPESRIMapChart TransformationBean is a servlet component that produces maps that support the visualisation of a single response variable. |
class |
OLAPESRIMapComposite
MapComposite is a TransformationBean that is composed of other TransformationBeans. |
class |
OLAPESRIMapMenu
MapMenu is a TransformationBean that subclasses the MenuBar tbean and has the map-related items that appear in the ESRI Map tbean toolbar.. |
class |
com.sas.servlet.tbeans.olapgraphics.html.OLAPGraphComposite
|
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.olaptableview |
---|
Classes in com.sas.servlet.tbeans.olaptableview that implement HttpActionProviderViewInterface | |
---|---|
class |
BaseOLAPDrillState
The BaseOLAPDrillState is an abstract TransformationBean |
class |
BaseOLAPTableView
The BaseOLAPTableView is an abstract TransformationBean |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.olaptableview.html |
---|
Classes in com.sas.servlet.tbeans.olaptableview.html that implement HttpActionProviderViewInterface | |
---|---|
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 |
OLAPDrillState
The OLAPDrillState is a TransformationBean that generates the appropriate HTML 4.0 to represent the drill state of the given multidimensional model. |
class |
OLAPTableView
The OLAPTableView is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given multidimensional model. |
class |
ShowDetailDataComposite
ShowDetailDataComposite is a TransformationBean that is composed of other TransformationBeans that include the following sub-components: TableViewComposite. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.remotefileselector2 |
---|
Classes in com.sas.servlet.tbeans.remotefileselector2 that implement HttpActionProviderViewInterface | |
---|---|
class |
BaseRemoteFileSearch
The BaseRemoteFileSearch is an abstract TransformationBean that provides the methods for setting and returning the components and the models used for the search facility of the RemoteFileSelector . |
class |
BaseRemoteFileSelector
The BaseRemoteFileSelector is an abstract TransformationBean that provides the methods for setting and returning the components and the model used to create the RemoteFileSelector component. |
class |
BaseRemoteFileToolBar
The BaseRemoteFileToolBar is an abstract TransformationBean that provides the base function for the RemoteFileToolBar. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.remotefileselector2.html |
---|
Classes in com.sas.servlet.tbeans.remotefileselector2.html that implement HttpActionProviderViewInterface | |
---|---|
class |
InformationServicesSearch
The InformationServicesSearch is a TransformationBean that generates the appropriate HTML 4.0 to represent the default search component for the InformationServicesSelector . |
class |
InformationServicesSelector
The InformationServicesSelector is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a file selector that uses the Information Services interfaces. |
class |
RemoteFileSearch
The RemoteFileSearch is a TransformationBean that generates the appropriate HTML 4.0 to represent the search facility of the RemoteFileSelector component. |
class |
RemoteFileSelector
The RemoteFileSelector is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a file selector. |
class |
RemoteFileToolBar
The RemoteFileToolBar is a TransformationBean that generates the appropriate HTML 4.0 to represent a ToolBar. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.tableview |
---|
Classes in com.sas.servlet.tbeans.tableview that implement HttpActionProviderViewInterface | |
---|---|
class |
AbstractBaseTableView
The abstract Transformation Bean base object for creating any TableView. |
class |
BaseTableView
The base abstract Transformation Bean for creating a 2-dimensional Table. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.tableview.html |
---|
Classes in com.sas.servlet.tbeans.tableview.html that implement HttpActionProviderViewInterface | |
---|---|
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 |
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 |
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. |
Uses of HttpActionProviderViewInterface in com.sas.servlet.tbeans.tableview.rpf.html |
---|
Classes in com.sas.servlet.tbeans.tableview.rpf.html that implement HttpActionProviderViewInterface | |
---|---|
class |
TextAction
|
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |