***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.dataselectors.export

Interfaces, adapters and factories related to the Export Selector.

See:
          Description

Interface Summary
ExportColumnsInterface Represents an adapter for the ExportSelector capable of exporting the wanted subset of columns.
ExportCommandClassNames Names of the command classes used to export the data
ExportHeadersFootersInterface Represents an adapter for the ExportSelector capable of exporting headers and footers together with the data.
ExportSelectorComponentNames Contains the names of the sub components used by the ExportSelectorPanel
ExportSelectorInterface Represents an adapter for the ExportSelector
HTMLExportCommandsAttributeNames Names of the attributes used by the Export to HTML commands to hold HTML styles and style sheets
HTMLExportCSSInfoInterface Represents a class that holds the information needed to declare a CSS style sheet into an HTML stream during the exporting An example of the CSS style sheet declaration is: link rel="stylesheet" href="/styles/sasComponents.css" media="screen" type="text/css"
HTMLExportSelectorInterface Methods implemented by the Export Selector adapters to deal with HTML exporting format.
OLAPExportSelectorInterface Represents an ExportSelector adapter for multidimensional data.
 

Class Summary
BaseExportSelectorAdapter Base class that contains attributes and methods common to the different actual ExportSelector adapters.
ExportSelectorAdapterFactory This class is a factory of ExportSelectorInterface and OLAPExportSelectorInterface instances.
ExportSelectorCommandFactory This class is a factory of RelationalExportCommandInterface and OLAPExportCommandInterface instances.
HTMLExportCSSInfo Holds the information needed to declare a CSS style sheet into an HTML stream during the exporting.
OLAPExportSelectorAdapter ExportSelector adapter for multidimensional data.
RelationalExportSelectorAdapter  
 

Package com.sas.dataselectors.export Description

Interfaces, adapters and factories related to the Export Selector.


***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.