Uses of Interface
com.sas.dataselectors.export.HTMLExportCSSInfoInterface

Packages that use HTMLExportCSSInfoInterface
com.sas.dataselectors.export Interfaces, adapters and factories related to the Export Selector. 
com.sas.servlet.commands.jdbc.export Commands and utility classes to export non multidimensional data (usually named relational or jdbc data) from within a web application to MS Excel. 
 

Uses of HTMLExportCSSInfoInterface in com.sas.dataselectors.export
 

Classes in com.sas.dataselectors.export that implement HTMLExportCSSInfoInterface
 class HTMLExportCSSInfo
          Holds the information needed to declare a CSS style sheet into an HTML stream during the exporting.
 

Fields in com.sas.dataselectors.export declared as HTMLExportCSSInfoInterface
protected  HTMLExportCSSInfoInterface[] BaseExportSelectorAdapter.cssDefinitions
          The HTMLExportCSSInfoInterface objects that contain the info on the CSSs to be exported.
 

Methods in com.sas.dataselectors.export that return HTMLExportCSSInfoInterface
 HTMLExportCSSInfoInterface[] HTMLExportSelectorInterface.getCSSInfo()
          Given the URLS, the MIME types, the media lists and the titles of the CSS style sheets, stores them into an array of HTMLExportCSSInfoInterface objects and returns the array.
 HTMLExportCSSInfoInterface[] BaseExportSelectorAdapter.getCSSInfo()
           
 

Uses of HTMLExportCSSInfoInterface in com.sas.servlet.commands.jdbc.export
 

Methods in com.sas.servlet.commands.jdbc.export with parameters of type HTMLExportCSSInfoInterface
static java.lang.String Util.getHTMLHeader(HTMLExportCSSInfoInterface[] css, java.lang.String styles)
          When exporting data to HTML it returns the header of the html file to export.
static java.lang.String Util.getHTMLHeader(HTMLExportCSSInfoInterface[] css, java.lang.String styles, java.lang.String[] nameSpaces)
          When exporting data as HTML it returns the header of the html file to export.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.